fix syncing screen only shows paired label after the restart (#21315)
effde33d...12c4e869
This commit is contained in:
parent
16fba373c9
commit
9d3fc4286e
|
@ -258,7 +258,8 @@
|
||||||
{: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": "develop",
|
"version": "v3.0.0",
|
||||||
"commit-sha1": "ba37c32c07d1b05a94d1c7f7cb1b38fb82730f7b",
|
"commit-sha1": "12c4e869d0396c0eae98fa9aacb6a4ab12c99a86",
|
||||||
"src-sha256": "1f1bbw70iircicda9w0hch56hxr7p1vvzkrk58v8p5sq23xzdf6y"
|
"src-sha256": "0jzyc8bpx1gnz41k2c66jc9qpyfzydkfagghkqqp8wqjw360xii7"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue