api-docs: Update /users/me/muted_users/{muted_user_id} for channel.

Updates the API doc for /users/me/muted_users/{muted_user_id} endpoint
to use channel in descriptions instead of stream.

Part of the stream to channel rename project.
This commit is contained in:
Lauryn Menard 2024-05-20 13:55:22 +02:00 committed by Tim Abbott
parent 880ab441f6
commit 9717aeea43

View File

@ -9934,7 +9934,7 @@ paths:
- Clients should exclude muted users from presence lists or other UI
for viewing or composing one-on-one direct messages. One-on-one direct
messages sent by muted users should be hidden everywhere in the Zulip UI.
- Stream messages and group direct messages sent by the muted
- Channel messages and group direct messages sent by the muted
user should avoid displaying the content and name/avatar,
but should display that N messages by a muted user were
hidden (so that it is possible to interpret the messages by
@ -9944,8 +9944,8 @@ paths:
showing their name, in lists of such conversations, along with using
a blank grey avatar where avatars are displayed.
- Administrative/settings UI elements for showing "All users that exist
on this stream or realm", e.g. for organization
administration or showing stream subscribers, should display
on this channel or realm", e.g. for organization
administration or showing channel subscribers, should display
the user's name as normal.
**Changes**: New in Zulip 4.0 (feature level 48).