mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
fix #1049
This commit is contained in:
parent
e6be49b77b
commit
b52428d319
@ -155,7 +155,7 @@
|
||||
(defn add-memebers
|
||||
[{:keys [current-chat-id selected-participants] :as db} _]
|
||||
(let [new-identities (map #(hash-map :identity %) selected-participants)]
|
||||
(update db [:chats current-chat-id :contacts] concat new-identities)))
|
||||
(update-in db [:chats current-chat-id :contacts] concat new-identities)))
|
||||
|
||||
(defn add-members-to-chat!
|
||||
[{:keys [current-chat-id selected-participants]} _]
|
||||
|
Loading…
x
Reference in New Issue
Block a user