fix error on long tap on token-gated channel from the join community screen (#19652)
This commit is contained in:
parent
7c901fa045
commit
8b3e639abd
|
@ -38,8 +38,9 @@
|
||||||
{:keys [name emoji muted? id mentions-count unread-messages? on-press locked? color] :as chat}]
|
{:keys [name emoji muted? id mentions-count unread-messages? on-press locked? color] :as chat}]
|
||||||
(let [sheet-content [actions/chat-actions
|
(let [sheet-content [actions/chat-actions
|
||||||
(assoc chat
|
(assoc chat
|
||||||
:chat-type constants/community-chat-type
|
:community-id community-id
|
||||||
:chat-id (str community-id id))
|
:chat-type constants/community-chat-type
|
||||||
|
:chat-id (str community-id id))
|
||||||
false]
|
false]
|
||||||
notification (cond
|
notification (cond
|
||||||
muted? :mute
|
muted? :mute
|
||||||
|
|
Loading…
Reference in New Issue