mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
fix missed dapp params
Former-commit-id: 6fc1e0b46a0d08dad0bfc2dad5fb415d31b53181
This commit is contained in:
parent
d2eb84be68
commit
b69d17ff70
@ -475,7 +475,9 @@
|
||||
:group-chat false
|
||||
:is-active true
|
||||
:timestamp (.getTime (js/Date.))
|
||||
:contacts [{:identity contcat-id}]}]
|
||||
:contacts [{:identity contcat-id}]
|
||||
:dapp-url nil
|
||||
:dapp-hash nil}]
|
||||
(assoc db :new-chat chat)))
|
||||
|
||||
(defn add-chat [{:keys [new-chat] :as db} [_ chat-id]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user