From 6fc1e0b46a0d08dad0bfc2dad5fb415d31b53181 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Thu, 30 Jun 2016 20:56:57 +0300 Subject: [PATCH] fix missed dapp params --- src/status_im/chat/handlers.cljs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/status_im/chat/handlers.cljs b/src/status_im/chat/handlers.cljs index db08695e00..97df9c4281 100644 --- a/src/status_im/chat/handlers.cljs +++ b/src/status_im/chat/handlers.cljs @@ -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]]