This commit is contained in:
parent
4843003749
commit
59a9a63fb8
|
@ -81,7 +81,8 @@
|
||||||
|
|
||||||
(defn show-chat!
|
(defn show-chat!
|
||||||
[{:keys [new-chat]} _]
|
[{:keys [new-chat]} _]
|
||||||
(dispatch [:navigation-replace :chat (:chat-id new-chat)]))
|
(dispatch [:navigate-to-clean :chat-list])
|
||||||
|
(dispatch [:navigate-to :chat (:chat-id new-chat)]))
|
||||||
|
|
||||||
(defn start-listen-group!
|
(defn start-listen-group!
|
||||||
[{:keys [new-chat web3 current-public-key]}]
|
[{:keys [new-chat web3 current-public-key]}]
|
||||||
|
|
Loading…
Reference in New Issue