From b3bf9f5cbb369ccee2b55dc9cf36011a68e46c22 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Fri, 27 Sep 2024 16:05:04 +0530 Subject: [PATCH] fix syncing screen only shows paired label after the restart https://github.com/status-im/status-go/compare/e6288fb1...abfa2ebb --- src/legacy/status_im/pairing/core.cljs | 7 ++++--- status-go-version.json | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/legacy/status_im/pairing/core.cljs b/src/legacy/status_im/pairing/core.cljs index 2eac19659e..f3808bf8b2 100644 --- a/src/legacy/status_im/pairing/core.cljs +++ b/src/legacy/status_im/pairing/core.cljs @@ -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]} diff --git a/status-go-version.json b/status-go-version.json index 63713afed9..6e994323da 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,7 +3,7 @@ "_comment": "Instead use: scripts/update-status-go.sh ", "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" }