fix syncing screen only shows paired label after the restart
e6288fb1...abfa2ebb
This commit is contained in:
parent
7bbd476cf6
commit
b3bf9f5cbb
|
@ -258,7 +258,8 @@
|
|||
{:fx [[:json-rpc/call
|
||||
[{:method "wakuext_enableInstallationAndSync"
|
||||
:params [{:installationId installation-id}]
|
||||
:on-success #(log/debug "successfully synced devices")}]]]})
|
||||
:js-response true
|
||||
:on-success [:sanitize-messages-and-process-response]}]]]})
|
||||
|
||||
(rf/defn enable-installation-success
|
||||
{:events [:pairing.callback/enable-installation-success]}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue