mirror of
https://github.com/status-im/status-react.git
synced 2025-01-13 20:46:53 +00:00
msg-id must be string
Former-commit-id: a6072e4c8266e52e217485be5192c9479e0ea419
This commit is contained in:
parent
87465e7599
commit
46ed492a49
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user