Magic suggestions fix (#772)

This commit is contained in:
alwx 2017-02-16 15:21:49 +03:00 committed by Roman Volosovskyi
parent e070661ae3
commit 41c8d04919
1 changed files with 2 additions and 2 deletions

View File

@ -200,9 +200,9 @@
[messages-view group-chat]] [messages-view group-chat]]
;; todo uncomment this ;; todo uncomment this
#_(when @group-chat [typing-all]) #_(when @group-chat [typing-all])
(when-not command? (if command?
[suggestion-container])
[response-view] [response-view]
[suggestion-container])
(when show-emoji? (when show-emoji?
[emoji-view]) [emoji-view])
[chat-message-input-view] [chat-message-input-view]