api: Remove user object from reactions objects in the API.

Removes deprecated `user` object from reactions objects returned by
the API as it is redundant because of the presence of `user_id` field in
the API and is not used by any clients now.
This commit is contained in:
Vector73
2024-12-13 13:48:29 +00:00
committed by Tim Abbott
parent eed844caef
commit 143ca5065e
11 changed files with 13 additions and 149 deletions

View File

@@ -20,6 +20,12 @@ format used by the Zulip server that they are interacting with.
## Changes in Zulip 10.0
**Feature level 328**
* [`GET /messages`](/api/get-messages), [`GET /events`](/api/get-events):
Removed deprecated `user` dictionary from the `reactions` objects returned
by the API, as the clients now use `user_id` field instead.
**Feature level 327**
* [`GET /messages`](/api/get-messages), [`GET