[#12907] Fix error on 'Accept and join' in referral chat

This commit is contained in:
Roman Volosovskyi 2021-12-13 14:00:46 +02:00
parent 356dd89147
commit 81b60ce86c
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -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]}