mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
remove getter that is now in parent class
This commit is contained in:
parent
f421cdd4f2
commit
cc653884a5
@ -141,10 +141,6 @@ export class RoomViewModel extends ErrorReportViewModel {
|
|||||||
get timelineViewModel() { return this._timelineVM; }
|
get timelineViewModel() { return this._timelineVM; }
|
||||||
get isEncrypted() { return this._room.isEncrypted; }
|
get isEncrypted() { return this._room.isEncrypted; }
|
||||||
|
|
||||||
get errorViewModel() {
|
|
||||||
return this._errorViewModel;
|
|
||||||
}
|
|
||||||
|
|
||||||
get avatarLetter() {
|
get avatarLetter() {
|
||||||
return avatarInitials(this.name);
|
return avatarInitials(this.name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user