Skip to content

Add support for muted users #4655

Open
Open
@timabbott

Description

@timabbott

We've finished merging the backend for muting users in zulip/zulip#16915.

This is an important feature for large open communities.

https://chat.zulip.org/api/mute-user is relevant for when mobile wants to implement muting, but the part that is likely to be more important is having the mobile apps hide messages from muted users. We should update this issue with a link to the Help Center article explaining the behavior once that's complete, but in short:

  • Messages sent by muted users are automatically marked as read (implemented in server).
  • All prior messages sent by muted users are marked read when they are muted (implemented in server).
  • Clients should arrange to avoid displaying messages sent by muted users in stream/huddle views, and hide such messages in some way. (Details not fully settled and will likely evolve on the server).
  • Muted users should not appear in lists of PM conversations / presence lists.

Metadata

Metadata

Assignees

Labels

P1 high-priorityapi migrationswebapp parityFeatures that exist in the webapp that we need to port to mobile. We aren't aiming for full parity.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions