UX: do not show presence in message creator selection (#22506)
This commit is contained in:
parent
af22f77d38
commit
7339be7952
|
@ -1,4 +1,4 @@
|
||||||
<Chat::UserAvatar @user={{@selection.model}} />
|
<Chat::UserAvatar @user={{@selection.model}} @showPresence={{false}} />
|
||||||
|
|
||||||
<span class="chat-message-creator__selection-item__username">
|
<span class="chat-message-creator__selection-item__username">
|
||||||
{{@selection.model.username}}
|
{{@selection.model.username}}
|
||||||
|
|
Loading…
Reference in New Issue