fix undeclared var

This commit is contained in:
Roman Volosovskyi 2017-10-16 21:42:06 +02:00
parent 712b1d3a61
commit f22cf27a66
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@
(-> new-db
(assoc-in [:message-data :preview] message-previews)
(assoc :handler-data (handler-data/get-all))
(assoc :chats chats')
(assoc :chats chats)
(init-console-chat true)
(update :dispatch-n conj event)))))))