Remove unused getter

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-06-04 16:47:15 +05:30
parent c6f3b1fbbe
commit 04065847dc

View file

@ -104,10 +104,6 @@ export class RoomViewModel extends ViewModel {
get timelineViewModel() { return this._timelineVM; }
get isEncrypted() { return this._room.isEncrypted; }
get roomDetailsLink() {
return this.urlCreator.urlForSegment("details");
}
get error() {
if (this._timelineError) {
return `Something went wrong loading the timeline: ${this._timelineError.message}`;