We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536ebf5 commit c592b47Copy full SHA for c592b47
src/status_im2/contexts/profile/login/events.cljs
@@ -125,7 +125,7 @@
125
accounts tokens custom-tokens favourites]))]
126
:check-eip1559-activation {:network-id network-id}}
127
(not (:universal-links/handling db))
128
- (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]))
129
notifications-enabled?
130
(assoc :effects/push-notifications-enable nil))
131
(contacts/initialize-contacts)
0 commit comments