diff --git a/src/status_im/notifications/core.cljs b/src/status_im/notifications/core.cljs index e8cff7ddb0..08f4e13625 100644 --- a/src/status_im/notifications/core.cljs +++ b/src/status_im/notifications/core.cljs @@ -37,7 +37,7 @@ (.onTokenRefresh (.messaging firebase) (fn [x] (log/debug "on-refresh-fcm-token: " x) - (re-frame/dispatch [:notifications/update-fcm-token x])))) + (re-frame/dispatch [:notifications.callback/get-fcm-token-success x])))) ;; TODO(oskarth): Only called in background on iOS right now. ;; NOTE(oskarth): Hardcoded data keys :sum and :msg in status-go right now.