[#20905] chore: update status-go

This commit is contained in:
Mohsen 2024-09-03 19:23:18 +03:00
parent 306e169289
commit 43a7049b12
No known key found for this signature in database
GPG Key ID: 20BACCB8426033CE
2 changed files with 3 additions and 5 deletions

View File

@ -331,14 +331,12 @@
(wallet-connect-core/get-dapp-redirect-url))]
(log/info "Wallet Connect session persisted")
{:fx [[:dispatch [:wallet-connect/fetch-active-sessions]]
[:activity-center.notifications/fetch-unread-count]
[:activity-center/update-seen-state]
[[:dispatch [:wallet-connect/redirect-to-dapp redirect-url]]]]})))
(rf/reg-event-fx
:wallet-connect/disconnect-session
(fn [{:keys [db]} [topic]]
(log/info "Removing session from persistance and state" topic)
(log/info "Removing session from persistence and state" topic)
{:db (update db
:wallet-connect/sessions
(fn [sessions]

View File

@ -4,6 +4,6 @@
"owner": "status-im",
"repo": "status-go",
"version": "feat/wallet-connect-session-notification",
"commit-sha1": "d608df7c3c1316265566b875d52d6582453532a4",
"src-sha256": "06bb3rjyzrkp9gsfkprmkw562r33lxvqj04pnfnbd4j4m4hpxw2q"
"commit-sha1": "24f56c76b05cbe1c543da890505df487700b5b1e",
"src-sha256": "1pjdplgb7cmdbjlf28p5djag307hcbkdsp0ihyf36yhbwfs0s8y6"
}