fix default avatar color being broken in room list

This commit is contained in:
Bruno Windels 2021-04-21 17:48:40 +02:00
parent 1cf49688d6
commit 76933e51aa

View file

@ -72,7 +72,7 @@ export class BaseTileViewModel extends ViewModel {
} }
get avatarColorNumber() { get avatarColorNumber() {
return getIdentifierColorNumber(this._avatarSource) return getIdentifierColorNumber(this._avatarSource.id)
} }
get avatarUrl() { get avatarUrl() {