mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
leave group chat fix (#13463)
This commit is contained in:
parent
9bcbb580e1
commit
f64a62e82d
@ -21,7 +21,8 @@
|
||||
{:events [:chat-removed]}
|
||||
[cofx response]
|
||||
(fx/merge cofx
|
||||
{:dispatch-n [[:sanitize-messages-and-process-response response]
|
||||
{:db (dissoc (:db cofx) :current-chat-id)
|
||||
:dispatch-n [[:sanitize-messages-and-process-response response]
|
||||
[:pop-to-root-tab :chat-stack]]}
|
||||
(notification-center/get-activity-center-notifications-count)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user