[#6850] fix Add to contacts appears in public chat
This commit is contained in:
parent
c0f5bd14de
commit
0cdc56401a
|
@ -69,7 +69,7 @@
|
|||
:accessibility-label :chat-menu-button}
|
||||
:handler #(on-options chat-id name group-chat public?)}]])]
|
||||
[connectivity/connectivity-view]
|
||||
(when-not (or public? group-chat)
|
||||
(when (and (not group-chat) (first contacts))
|
||||
[add-contact-bar (first contacts)])]))
|
||||
|
||||
(defmulti message-row (fn [{{:keys [type]} :row}] type))
|
||||
|
|
Loading…
Reference in New Issue