mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 03:54:32 +00:00
Hide status message
Former-commit-id: cd3c6e93c9b8aac8e6a0ec82d50564244745d7c0
This commit is contained in:
parent
b522302ee8
commit
72550083f9
@ -148,19 +148,19 @@
|
||||
(let [msgs @messages
|
||||
;_ (log/debug "messages=" msgs)
|
||||
;; temp to show first status
|
||||
msgs-clj (assoc (js->clj msgs) "-1"
|
||||
{:msg-id "-1"
|
||||
:content (str "The brash businessman’s braggadocio "
|
||||
"and public exchange with candidates "
|
||||
"in the US presidential election")
|
||||
:delivery-status "seen"
|
||||
:from "Status"
|
||||
:chat-id "-"
|
||||
:content-type content-type-status
|
||||
:timestamp 1
|
||||
:outgoing false
|
||||
:to nil})
|
||||
msgs (clj->js msgs-clj)
|
||||
;; msgs-clj (assoc (js->clj msgs) "-1"
|
||||
;; {:msg-id "-1"
|
||||
;; :content (str "The brash businessman’s braggadocio "
|
||||
;; "and public exchange with candidates "
|
||||
;; "in the US presidential election")
|
||||
;; :delivery-status "seen"
|
||||
;; :from "Status"
|
||||
;; :chat-id "-"
|
||||
;; :content-type content-type-status
|
||||
;; :timestamp 1
|
||||
;; :outgoing false
|
||||
;; :to nil})
|
||||
;; msgs (clj->js msgs-clj)
|
||||
;; end temp
|
||||
datasource (to-realm-datasource msgs)
|
||||
contacts (:contacts @chat)
|
||||
|
Loading…
x
Reference in New Issue
Block a user