Fix bad navigation call
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
1ddb09b249
commit
c1014fd772
|
@ -14,7 +14,6 @@
|
||||||
(assert whisper-identity)
|
(assert whisper-identity)
|
||||||
(let [request-command (get-in db [:id->command ["request" #{:personal-chats}]])]
|
(let [request-command (get-in db [:id->command ["request" #{:personal-chats}]])]
|
||||||
(handlers-macro/merge-fx cofx
|
(handlers-macro/merge-fx cofx
|
||||||
(navigation/navigate-to-clean :home)
|
|
||||||
(chat-model/start-chat whisper-identity nil)
|
(chat-model/start-chat whisper-identity nil)
|
||||||
(commands-sending/send whisper-identity
|
(commands-sending/send whisper-identity
|
||||||
request-command
|
request-command
|
||||||
|
|
Loading…
Reference in New Issue