Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c592b47

Browse files
committedDec 7, 2023
fix app is not opened on the last viewed chat after reopening
1 parent 536ebf5 commit c592b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎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)
Please sign in to comment.