fix missed dapp params
This commit is contained in:
parent
df229035e7
commit
6fc1e0b46a
|
@ -475,7 +475,9 @@
|
||||||
:group-chat false
|
:group-chat false
|
||||||
:is-active true
|
:is-active true
|
||||||
:timestamp (.getTime (js/Date.))
|
:timestamp (.getTime (js/Date.))
|
||||||
:contacts [{:identity contcat-id}]}]
|
:contacts [{:identity contcat-id}]
|
||||||
|
:dapp-url nil
|
||||||
|
:dapp-hash nil}]
|
||||||
(assoc db :new-chat chat)))
|
(assoc db :new-chat chat)))
|
||||||
|
|
||||||
(defn add-chat [{:keys [new-chat] :as db} [_ chat-id]]
|
(defn add-chat [{:keys [new-chat] :as db} [_ chat-id]]
|
||||||
|
|
Loading…
Reference in New Issue