diff --git a/src/status_im/data_store/chats.cljs b/src/status_im/data_store/chats.cljs index 7ed5ea898d..61b79b97f0 100644 --- a/src/status_im/data_store/chats.cljs +++ b/src/status_im/data_store/chats.cljs @@ -152,7 +152,7 @@ (fx/defn fetch-chats-rpc [cofx {:keys [on-success]}] {::json-rpc/call [{:method "shhext_chats" - :params [0 -1] + :params [] :on-success #(on-success (map <-rpc %)) :on-failure #(log/error "failed to fetch chats" 0 -1 %)}]}) diff --git a/status-go-version.json b/status-go-version.json index 9913a120a7..f3c66cfe11 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,6 +3,6 @@ "owner": "status-im", "repo": "status-go", "version": "develop", - "commit-sha1": "0b403ce25bf25be672f9b39ba97384cb2b72b442", - "src-sha256": "0i85yvkbdjd6srkd62b0y03vw67770db4qj53vrh1n8jq6lyqhac" + "commit-sha1": "b8ea79a3f005116ce1496a75a26e107b9e6c9c10", + "src-sha256": "0xxvh9sxn1rh7ll2lyirqb1zjm2szbi759xnhc3rz7fk1j4srmvz" }