Add empty avatar image

This commit is contained in:
Rampoina 2022-04-18 01:10:44 +02:00
parent 649adce527
commit f9ac9489f6
2 changed files with 3 additions and 0 deletions

BIN
empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

View File

@ -23,6 +23,9 @@
% endif
% if 'avatar_url' in room:
<img class="avatar roomAvatar" src=${mxc2url(room['avatar_url'])}>
% else:
<img class="avatar roomAvatar" src="./empty.png">
% endif