Fix pinned edited messages in communities
Signed-off-by: Brian Sztamfater <brian@status.im>
This commit is contained in:
parent
d15860c93e
commit
c96c2b44b4
|
@ -87,7 +87,9 @@
|
|||
:subtitle (i18n/label :t/view-details)
|
||||
:chevron true
|
||||
:accessibility-label :view-community-channel-details
|
||||
:on-press #(hide-sheet-and-dispatch [:navigate-to :community-channel-details {:chat-id chat-id}])}]
|
||||
:on-press #(do
|
||||
(hide-sheet-and-dispatch [:navigate-to :community-channel-details {:chat-id chat-id}])
|
||||
(re-frame/dispatch [::models.pin-message/load-pin-messages chat-id]))}]
|
||||
[quo/list-item
|
||||
{:theme :accent
|
||||
:title (i18n/label :t/mark-all-read)
|
||||
|
|
Loading…
Reference in New Issue