diff --git a/src/status_im/contexts/communities/events.cljs b/src/status_im/contexts/communities/events.cljs index 2476d8a7a9..b177ccadb7 100644 --- a/src/status_im/contexts/communities/events.cljs +++ b/src/status_im/contexts/communities/events.cljs @@ -172,7 +172,7 @@ (rf/reg-event-fx :communities/update-last-opened-at (fn [_ [community-id]] - {:json-rpc/call [{:method "wakuext_updateLastOpenedAt" + {:json-rpc/call [{:method "wakuext_communityUpdateLastOpenedAt" :params [community-id] :on-success #(rf/dispatch [:communities/handle-community (first (:communities %))]) :on-error #(log/error (str "failed to update last opened at for community " %))}]})) diff --git a/status-go-version.json b/status-go-version.json index 674048f060..44799f7de6 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -4,6 +4,6 @@ "owner": "status-im", "repo": "status-go", "version": "4479", - "commit-sha1": "f619b2e71a9bd1efa9acb075cf7b5fd34b81e2e3", - "src-sha256": "0w4ayk21ws88vkrm2py87ri5gwkhxk462nvnaszgnf5spa1sxh4w" + "commit-sha1": "5d5a8edc1697df8879ab587a8e89436907373581", + "src-sha256": "1629dm4bjnl39fhxh6hgvs3wjv0m0c0a717f3xnprfjxn0vhpq5z" }