fix #1432 (related to re-frame migration)
This commit is contained in:
parent
585d4e0195
commit
8e896fcdfb
|
@ -244,8 +244,8 @@
|
|||
[(after #(dispatch [:load-unviewed-messages!]))
|
||||
(after #(dispatch [:load-default-contacts!]))]
|
||||
(u/handlers->
|
||||
initialize-chats
|
||||
load-chats!))
|
||||
load-chats!
|
||||
initialize-chats))
|
||||
|
||||
(register-handler :reload-chats
|
||||
(fn [{:keys [chats] :as db} _]
|
||||
|
|
Loading…
Reference in New Issue