Compare commits

...

2 Commits

Author SHA1 Message Date
Rampoina bff8655fff Update generated list 2022-04-18 01:11:00 +02:00
Rampoina f9ac9489f6 Add empty avatar image 2022-04-18 01:10:44 +02:00
3 changed files with 146 additions and 372 deletions

BIN
empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

515
list.html

File diff suppressed because it is too large Load Diff

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