obsolete, already provided in parent class
This commit is contained in:
parent
1385a22e60
commit
3e2b7ba5fa
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ export class BaseMessageTile extends SimpleTile {
|
|||
}
|
||||
}
|
||||
|
||||
get _room() {
|
||||
return this.getOption("room");
|
||||
}
|
||||
|
||||
get _mediaRepository() {
|
||||
return this._room.mediaRepository;
|
||||
}
|
||||
|
|
Reference in a new issue