[#12907] Fix error on 'Accept and join' in referral chat
This commit is contained in:
parent
356dd89147
commit
81b60ce86c
|
@ -37,7 +37,7 @@
|
|||
|
||||
(fx/defn join-public-chat
|
||||
[cofx chat-name]
|
||||
(chat/start-public-chat cofx chat-name))
|
||||
(chat/start-public-chat cofx chat-name nil))
|
||||
|
||||
(fx/defn accept-pack
|
||||
{:events [::accept-pack]}
|
||||
|
|
Loading…
Reference in New Issue