mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
In this commit, we only update the existing architecture to support the status emoji feature: * We add the `user_status_emoji_info` map so we can keep track of the users' staus emoji. * Listen to the server event to update/set the `user_status_emoji_info` map. * Add `status_emoji_info` field, when getting user's data.