[#12319] User's statuses are not displayed in Profile if it is opened by scanning QR
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
e966f8a54b
commit
398a2e2e40
|
@ -64,8 +64,7 @@
|
||||||
|
|
||||||
(and public-key (not own))
|
(and public-key (not own))
|
||||||
(fx/merge cofx
|
(fx/merge cofx
|
||||||
{:db (assoc db :contacts/identity public-key)
|
{:dispatch [:chat.ui/show-profile public-key]}
|
||||||
:dispatch [:open-modal :profile]}
|
|
||||||
(navigation/navigate-back))
|
(navigation/navigate-back))
|
||||||
|
|
||||||
:else
|
:else
|
||||||
|
|
Loading…
Reference in New Issue