mirror of https://github.com/zulip/zulip.git
static: Make unknown user avatar work on mobile.
Clients like mobile add "-medium.png" to the url to get the medium avatar if the avatar_url field of user object is set to some string other than the gravatar URL. This commit adds a symlink to offer the unknown user avatar at unknown-user-avatar-medium.png as well so that mobile clients can correctly render the medium avatars for inaccessible users. Fixes #28071.
This commit is contained in:
parent
cf16ddd4d6
commit
7e12674e8c
|
@ -0,0 +1 @@
|
|||
unknown-user-avatar.png
|
Loading…
Reference in New Issue