diff --git a/src/status_im/contexts/communities/overview/view.cljs b/src/status_im/contexts/communities/overview/view.cljs index ca897d6ce4..7257ce4965 100644 --- a/src/status_im/contexts/communities/overview/view.cljs +++ b/src/status_im/contexts/communities/overview/view.cljs @@ -38,8 +38,9 @@ {:keys [name emoji muted? id mentions-count unread-messages? on-press locked? color] :as chat}] (let [sheet-content [actions/chat-actions (assoc chat - :chat-type constants/community-chat-type - :chat-id (str community-id id)) + :community-id community-id + :chat-type constants/community-chat-type + :chat-id (str community-id id)) false] notification (cond muted? :mute