fix default avatar color being broken in room list
This commit is contained in:
parent
1cf49688d6
commit
76933e51aa
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Reference in a new issue