From 07d1b13520bcc6e4b3c0543531e2c4caabf5ca22 Mon Sep 17 00:00:00 2001 From: flexsurfer Date: Thu, 14 Sep 2023 15:57:29 +0200 Subject: [PATCH] temporary remove "curated.communities.update" (#17286) --- src/status_im/signals/core.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/status_im/signals/core.cljs b/src/status_im/signals/core.cljs index c25a095865..358228eded 100644 --- a/src/status_im/signals/core.cljs +++ b/src/status_im/signals/core.cljs @@ -143,7 +143,5 @@ "localPairing" (handle-local-pairing-signals cofx (js->clj event-js :keywordize-keys true)) - "curated.communities.update" (rf/dispatch [:fetched-contract-communities - (js->clj event-js :keywordize-keys true)]) (log/debug "Event " type " not handled"))))