You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
muted-users: Use placeholder for avatars of muted users, where applicable
(Done by adding an is-muted condition in Avatar and AvatarImage,
with an opt-out param. Similar to how we handled users' names in a
recent commit.)
If a user is muted, we'll now show a placeholder where before we
would have shown their real avatar, in the following places:
- The sender row on messages in the message list. This and message
content will get more treatment in a separate commit.
- @-mention autocomplete, but we'll be excluding muted users, coming
up in a separate commit.
- User items in custom profile fields.
- 1:1 DM items in the Direct messages ("recent DMs") page. But we'll be
excluding those items there, coming up in a separate commit.
We *don't* do this replacement in the following places, i.e., we'll
still show the real avatar:
- The header of the lightbox page. (This follows web.)
- The big avatar at the top of the profile page.
Co-authored-by: Sayed Mahmood Sayedi <[email protected]>
0 commit comments