compose: Remove presence circles for wildcard users.

This commit removes presence circles for special users like
all, stream, and everyone. This was discussed at
 #design>Presence circles in typeahead, and this was justified
as presence circles for these special users will always be grey
circle and do not convey any information about presence of anyone.
This commit is contained in:
m-e-l-u-h-a-n 2021-03-11 03:08:56 +05:30 committed by Tim Abbott
parent cd0d3347ab
commit 629aeced16
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,6 @@ export function render_person(person) {
if (person.special_item_text) {
return render_typeahead_item({
primary: person.special_item_text,
user_circle_class,
is_person: true,
});
}

View File

@ -2053,7 +2053,8 @@ div.focused_table {
font-size: 19px;
text-align: center;
&.fa-group {
&.fa-group,
&.fa-bullhorn {
margin-left: 9px;
top: 3px;
}