mirror of https://github.com/zulip/zulip.git
avatar: Update avatar used for inaccessible users.
This commit adds a new avatar image which will be shown for all inaccessible users.
This commit is contained in:
parent
32c15d67b5
commit
3d96969398
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -150,4 +150,4 @@ def is_avatar_new(ldap_avatar: bytes, user_profile: UserProfile) -> bool:
|
|||
|
||||
|
||||
def get_avatar_for_inaccessible_user() -> str:
|
||||
return staticfiles_storage.url("images/default-avatar.png")
|
||||
return staticfiles_storage.url("images/unknown-user-avatar.png")
|
||||
|
|
Loading…
Reference in New Issue