mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Our client code will now receive avatar_url in page_params.people_list during page load, so it will be able to use more current urls for old messages (the client already had some logic for that and was just missing the data). We also add avatar_url to the realm_user/add event. When we change the avatar, we make sure to always send a realm_user/update event (even for bots). We also needed to add avatar_version and avatar_source to our active users cache.