bug #3735 - fixed broken send and request commands in chat (again)
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
parent
818e310a26
commit
c9b9cf74b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue