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,6 +38,7 @@
|
|||
{:keys [name emoji muted? id mentions-count unread-messages? on-press locked? color] :as chat}]
|
||||
(let [sheet-content [actions/chat-actions
|
||||
(assoc chat
|
||||
:community-id community-id
|
||||
:chat-type constants/community-chat-type
|
||||
:chat-id (str community-id id))
|
||||
false]
|
||||
|
|
Loading…
Reference in New Issue