mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix default avatar color being broken in room list
This commit is contained in:
parent
1cf49688d6
commit
76933e51aa
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user