Rename notifications/request-notifications

Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
This commit is contained in:
Dmitry Novotochinov 2018-09-13 22:04:57 +03:00
parent c948559c09
commit e0e205f565
No known key found for this signature in database
GPG Key ID: 43D1DAF5AD39C927
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@
(defn login-only-events [address {:keys [db] :as cofx}] (defn login-only-events [address {:keys [db] :as cofx}]
(when (not= (:view-id db) :create-account) (when (not= (:view-id db) :create-account)
(handlers-macro/merge-fx cofx (handlers-macro/merge-fx cofx
{:notifications/request-notifications nil} {:notifications/request-notifications-permissions nil}
(navigation/navigate-to-clean :home) (navigation/navigate-to-clean :home)
(universal-links/process-stored-event) (universal-links/process-stored-event)
(notifications/process-stored-event address)))) (notifications/process-stored-event address))))