fix syncing screen only shows paired label after the restart

e6288fb1...abfa2ebb
This commit is contained in:
Parvesh Monu 2024-09-27 16:05:04 +05:30
parent 7bbd476cf6
commit b3bf9f5cbb
No known key found for this signature in database
GPG Key ID: F399696520817DE9
2 changed files with 7 additions and 6 deletions

View File

@ -256,9 +256,10 @@
{:events [:pairing/pair-and-sync]}
[cofx installation-id]
{:fx [[:json-rpc/call
[{:method "wakuext_enableInstallationAndSync"
:params [{:installationId installation-id}]
:on-success #(log/debug "successfully synced devices")}]]]})
[{:method "wakuext_enableInstallationAndSync"
:params [{:installationId installation-id}]
:js-response true
:on-success [:sanitize-messages-and-process-response]}]]]})
(rf/defn enable-installation-success
{:events [:pairing.callback/enable-installation-success]}

View File

@ -3,7 +3,7 @@
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
"owner": "status-im",
"repo": "status-go",
"version": "v2.1.0",
"commit-sha1": "23b41ff6505bcb2dae52819df741cd4cdd36e1de",
"src-sha256": "16d5zjxazkcyk9c28vdhk1lx0dzs3izx2a1469amdh8bkk36by89"
"version": "fix/sync_fallback_response_installation_update",
"commit-sha1": "abfa2ebb795a63a82dcbb55de6db0bab9c9d7511",
"src-sha256": "0l85fmks237qv8fxsr011j71igqw9b7c8nbijsm926s3pfx7520l"
}