From 9cf4556b9d56092eb358350a3ad175b1855f5ae5 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Thu, 7 Dec 2023 17:44:13 +0530 Subject: [PATCH] fix app is not opened on the last viewed chat after reopening (#18090) --- src/status_im2/contexts/profile/login/events.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im2/contexts/profile/login/events.cljs b/src/status_im2/contexts/profile/login/events.cljs index 173e97baa7..ff58b75ebd 100644 --- a/src/status_im2/contexts/profile/login/events.cljs +++ b/src/status_im2/contexts/profile/login/events.cljs @@ -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)