mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user