reaction: Add user object back in reaction events.

The deprecated `user` object was removed from message objects
and reaction events in #32701. This commit restores the `user` object
in reaction events to maintain compatibility with mobile clients.
This commit is contained in:
Vector73
2025-01-12 13:48:06 +00:00
committed by Tim Abbott
parent 16188400f7
commit e487a5c8c7
7 changed files with 97 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
# new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 338 # Last bumped for adding password_max_length.
API_FEATURE_LEVEL = 339 # Last bumped for reaction events.
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump