From 46ed492a4940071149bca4c5b7beaea7e0172bf5 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Mon, 25 Apr 2016 11:45:51 +0300 Subject: [PATCH] msg-id must be string Former-commit-id: a6072e4c8266e52e217485be5192c9479e0ea419 --- src/syng_im/handlers/sign_up.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/syng_im/handlers/sign_up.cljs b/src/syng_im/handlers/sign_up.cljs index 515a49f0cb..5f5e2cef51 100644 --- a/src/syng_im/handlers/sign_up.cljs +++ b/src/syng_im/handlers/sign_up.cljs @@ -154,21 +154,21 @@ (defn intro [db] (dispatch [:received-msg - {:msg-id :intro-message1 + {:msg-id "intro-message1" :content "Hello there! It's Syng, a Dapp browser in your phone." :content-type text-content-type :outgoing false :from "console" :to "me"}]) (dispatch [:received-msg - {:msg-id :intro-message2 + {:msg-id "intro-message2" :content (str "Syng uses a highly secure key-pair authentication type " "to provide you a reliable way to access your account") :content-type text-content-type :outgoing false :from "console" :to "me"}]) - (let [msg-id :intro-message3] + (let [msg-id "into-message3"] (dispatch [:received-msg {:msg-id msg-id :content (commands/format-command-request-msg-content