mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This change prepares us to have the server send avatar_url of None when somebody wants a gravatar avatar (as opposed to a user-uploaded one). Subsequent commits will change behavior on both the server and client to have this happen. So this commit has no-op code for now, but it will soon use the fallback-to-gravatar logic.