Remove unused getter
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
c6f3b1fbbe
commit
04065847dc
1 changed files with 0 additions and 4 deletions
|
@ -104,10 +104,6 @@ export class RoomViewModel extends ViewModel {
|
||||||
get timelineViewModel() { return this._timelineVM; }
|
get timelineViewModel() { return this._timelineVM; }
|
||||||
get isEncrypted() { return this._room.isEncrypted; }
|
get isEncrypted() { return this._room.isEncrypted; }
|
||||||
|
|
||||||
get roomDetailsLink() {
|
|
||||||
return this.urlCreator.urlForSegment("details");
|
|
||||||
}
|
|
||||||
|
|
||||||
get error() {
|
get error() {
|
||||||
if (this._timelineError) {
|
if (this._timelineError) {
|
||||||
return `Something went wrong loading the timeline: ${this._timelineError.message}`;
|
return `Something went wrong loading the timeline: ${this._timelineError.message}`;
|
||||||
|
|
Reference in a new issue