'Unpin' option in 1-1 chat for deleted message (#15833)
This commit is contained in:
parent
341497e98d
commit
929ec6a453
|
@ -54,7 +54,6 @@
|
|||
:id :copy}])
|
||||
;; pinning images are temporarily disabled
|
||||
(when (and message-pin-enabled
|
||||
(not (or deleted? deleted-for-me?))
|
||||
(not= content-type constants/content-type-image))
|
||||
[{:type :main
|
||||
:on-press #(pin-message message-data)
|
||||
|
|
Loading…
Reference in New Issue