fix syncing screen only shows paired label after the restart (#21315)
effde33d...12c4e869
This commit is contained in:
parent
16fba373c9
commit
9d3fc4286e
|
@ -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]}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
||||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "develop",
|
||||
"commit-sha1": "ba37c32c07d1b05a94d1c7f7cb1b38fb82730f7b",
|
||||
"src-sha256": "1f1bbw70iircicda9w0hch56hxr7p1vvzkrk58v8p5sq23xzdf6y"
|
||||
"version": "v3.0.0",
|
||||
"commit-sha1": "12c4e869d0396c0eae98fa9aacb6a4ab12c99a86",
|
||||
"src-sha256": "0jzyc8bpx1gnz41k2c66jc9qpyfzydkfagghkqqp8wqjw360xii7"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue