reformat status-im.chat.* namespaces
This commit is contained in:
parent
4f979fba43
commit
34ae92ac9f
|
@ -376,7 +376,6 @@
|
|||
:chat-id current-chat-id
|
||||
:identity current-public-key})))
|
||||
|
||||
|
||||
(handlers/register-handler-fx
|
||||
:send-current-message
|
||||
message-model/send-interceptors
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
(when send-seen?
|
||||
(transport/send (protocol/map->MessagesSeen {:message-ids #{message-id}}) chat-id cofx)))
|
||||
|
||||
|
||||
(defn- add-received-message
|
||||
[{:keys [from message-id chat-id content content-type timestamp clock-value to-clock-value] :as message}
|
||||
{:keys [db now] :as cofx}]
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
[status-im.ui.components.colors :as colors]
|
||||
[status-im.constants :as constants]))
|
||||
|
||||
|
||||
(defstyle style-message-text
|
||||
{:font-size 15
|
||||
:color styles/text1-color
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
(:require [status-im.ui.components.styles :as component.styles]
|
||||
[status-im.ui.components.colors :as colors]))
|
||||
|
||||
|
||||
(def scroll-root
|
||||
{:flex 1})
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
:bot-db-key bot-db-key
|
||||
:contact contact}])}]))
|
||||
|
||||
|
||||
(defview choose-contact-view [{title :title
|
||||
arg-index :index
|
||||
bot-db-key :bot-db-key}]
|
||||
|
|
|
@ -107,7 +107,6 @@
|
|||
[react/text {:style (style/input-helper-text width)}
|
||||
placeholder]]))
|
||||
|
||||
|
||||
(defn get-options [type]
|
||||
(case (keyword type)
|
||||
:phone {:keyboard-type "phone-pad"}
|
||||
|
|
Loading…
Reference in New Issue