fixed rebase mess with default-chat-color

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2018-10-09 13:51:02 +02:00
parent a0f707fee2
commit 17053019e3
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@
:properties {:chat-id :string
:name :string
:color {:type :string
:default default-chat-color}
:default colors/default-chat-color}
:group-chat {:type :bool
:indexed true}
:is-active :bool

View File

@ -51,4 +51,4 @@
(def text black)
(def text-gray gray)
(def default-chat-color :purpule) ;; legacy
(def default-chat-color "#a187d5") ;; legacy