Fall back to initials avatar when image avatar doesn't work

Initially I had it implemented such that it would only fallback on
error, but actually it's nice to have also while loading if it takes
a while to load the avatar.
This commit is contained in:
SpiritCroc 2024-04-07 18:39:05 +02:00
parent e3f4bb0caf
commit 2ee96f12ff
2 changed files with 18 additions and 8 deletions

1
changelog.d/2667.bugfix Normal file
View file

@ -0,0 +1 @@
Fall back to name-based generated avatars when image avatars don't load.