[#20905] chore: update status-go
This commit is contained in:
parent
306e169289
commit
43a7049b12
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue