mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
Previously, the message and event APIs represented the user differently for the same reaction data. To make this more consistent, I added a user_id field to the reaction dict for both messages and events. I updated the front end to use the user_id field rather than the user dict. Lastly, I updated front end and back end tests that used user info. I primarily tested this by running my local Zulip build and adding/removing reactions from messages. Fixes #12049.