Fix separate topic group chats
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
5368604353
commit
bfbc04ebae
|
@ -129,7 +129,7 @@
|
|||
;; version of the group chat, for backward compatibility
|
||||
destinations (map (fn [member]
|
||||
{:public-key member
|
||||
:chat chat-id})
|
||||
:chat (transport.topic/public-key->discovery-topic member)})
|
||||
members)]
|
||||
(fx/merge
|
||||
cofx
|
||||
|
|
Loading…
Reference in New Issue