fix syncing screen only shows paired label after the restart
e6288fb1...abfa2ebb
This commit is contained in:
parent
7bbd476cf6
commit
b3bf9f5cbb
|
@ -256,9 +256,10 @@
|
||||||
{:events [:pairing/pair-and-sync]}
|
{:events [:pairing/pair-and-sync]}
|
||||||
[cofx installation-id]
|
[cofx installation-id]
|
||||||
{:fx [[:json-rpc/call
|
{:fx [[:json-rpc/call
|
||||||
[{:method "wakuext_enableInstallationAndSync"
|
[{:method "wakuext_enableInstallationAndSync"
|
||||||
:params [{:installationId installation-id}]
|
: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
|
(rf/defn enable-installation-success
|
||||||
{:events [:pairing.callback/enable-installation-success]}
|
{:events [:pairing.callback/enable-installation-success]}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
||||||
"owner": "status-im",
|
"owner": "status-im",
|
||||||
"repo": "status-go",
|
"repo": "status-go",
|
||||||
"version": "v2.1.0",
|
"version": "fix/sync_fallback_response_installation_update",
|
||||||
"commit-sha1": "23b41ff6505bcb2dae52819df741cd4cdd36e1de",
|
"commit-sha1": "abfa2ebb795a63a82dcbb55de6db0bab9c9d7511",
|
||||||
"src-sha256": "16d5zjxazkcyk9c28vdhk1lx0dzs3izx2a1469amdh8bkk36by89"
|
"src-sha256": "0l85fmks237qv8fxsr011j71igqw9b7c8nbijsm926s3pfx7520l"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue