'Unpin' option in 1-1 chat for deleted message (#15833)

This commit is contained in:
Alexander 2023-05-09 19:27:10 +02:00 committed by GitHub
parent 341497e98d
commit 929ec6a453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)