bug #3735 - fixed broken send and request commands in chat (again)

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2018-04-02 13:46:20 +02:00
parent 818e310a26
commit c9b9cf74b3
No known key found for this signature in database
GPG Key ID: D429D1A9B2EB8A8E
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
(handlers/register-handler-fx
:chat-send-message/send-command
message-model/send-interceptors
(fn [cofx [params]]
(fn [cofx [_ params]]
(message-model/send-command cofx params)))
(handlers/register-handler-fx