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:
neiljp (Neil Pilgrim) 2023-08-25 10:09:25 -07:00 committed by Tim Abbott
parent 4f3a971e64
commit f259e85924
1 changed files with 2 additions and 0 deletions

View File

@ -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**