mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 05:48:12 +00:00
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…
x
Reference in New Issue
Block a user