forked from mystiq/hydrogen-web
Remove unused getter
This commit is contained in:
parent
d69059de68
commit
f645065db7
1 changed files with 0 additions and 4 deletions
|
@ -53,10 +53,6 @@ export class SimpleTile extends ViewModel {
|
|||
return this._entry.isPending && this._entry.pendingEvent.status !== SendStatus.Sent;
|
||||
}
|
||||
|
||||
get isRedacted() {
|
||||
return this._entry.isRedacted;
|
||||
}
|
||||
|
||||
get canAbortSending() {
|
||||
return this._entry.isPending &&
|
||||
!this._entry.pendingEvent.hasStartedSending;
|
||||
|
|
Loading…
Reference in a new issue