fix #1432 (related to re-frame migration)

This commit is contained in:
Roman Volosovskyi 2017-07-12 10:01:07 +03:00
parent 585d4e0195
commit 8e896fcdfb
1 changed files with 2 additions and 2 deletions

View File

@ -244,8 +244,8 @@
[(after #(dispatch [:load-unviewed-messages!])) [(after #(dispatch [:load-unviewed-messages!]))
(after #(dispatch [:load-default-contacts!]))] (after #(dispatch [:load-default-contacts!]))]
(u/handlers-> (u/handlers->
initialize-chats load-chats!
load-chats!)) initialize-chats))
(register-handler :reload-chats (register-handler :reload-chats
(fn [{:keys [chats] :as db} _] (fn [{:keys [chats] :as db} _]