Rename endpoint
This commit is contained in:
@@ -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 " %))}]}))
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "4479",
|
||||
"commit-sha1": "f619b2e71a9bd1efa9acb075cf7b5fd34b81e2e3",
|
||||
"src-sha256": "0w4ayk21ws88vkrm2py87ri5gwkhxk462nvnaszgnf5spa1sxh4w"
|
||||
"commit-sha1": "5d5a8edc1697df8879ab587a8e89436907373581",
|
||||
"src-sha256": "1629dm4bjnl39fhxh6hgvs3wjv0m0c0a717f3xnprfjxn0vhpq5z"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user