Skip to content

Commit 0f0f8d6

Browse files
Parveshdhullyevh-berdnyk
authored andcommitted
fix app is not opened on the last viewed chat after reopening (#18090)
1 parent 116365b commit 0f0f8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_im2/contexts/profile/login/events.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
accounts tokens custom-tokens favourites]))]
126126
:check-eip1559-activation {:network-id network-id}}
127127
(not (:universal-links/handling db))
128-
(assoc :chat/open-last-chat (get-in db [:profile/profile :key-uid]))
128+
(assoc :effects.chat/open-last-chat (get-in db [:profile/profile :key-uid]))
129129
notifications-enabled?
130130
(assoc :effects/push-notifications-enable nil))
131131
(contacts/initialize-contacts)

0 commit comments

Comments
 (0)