mirror of https://github.com/zulip/zulip.git
api-changelog: Add missing register change to feature level 48 entry.
This corrects the entry with the addition of the `muted_users` field at
level 48, originally added in 3bfcaa3968
.
This commit is contained in:
parent
4f3a971e64
commit
f259e85924
|
@ -1300,6 +1300,8 @@ field with an integer field `invite_to_realm_policy`.
|
|||
* [`GET /events`](/api/get-events): Added new event type `muted_users`
|
||||
which will be sent to a user when the set of users muted by them has
|
||||
changed.
|
||||
* [`POST /register`](/api/register-queue): Added a new `muted_users` field,
|
||||
which identifies the set of other users the current user has muted.
|
||||
|
||||
**Feature level 47**
|
||||
|
||||
|
|
Loading…
Reference in New Issue