Skip to content

Commit

Permalink
fix app is not opened on the last viewed chat after reopening (#18090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull authored Dec 7, 2023
1 parent 536ebf5 commit 9cf4556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/contexts/profile/login/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
accounts tokens custom-tokens favourites]))]
:check-eip1559-activation {:network-id network-id}}
(not (:universal-links/handling db))
(assoc :chat/open-last-chat (get-in db [:profile/profile :key-uid]))
(assoc :effects.chat/open-last-chat (get-in db [:profile/profile :key-uid]))
notifications-enabled?
(assoc :effects/push-notifications-enable nil))
(contacts/initialize-contacts)
Expand Down

0 comments on commit 9cf4556

Please sign in to comment.