Remove unused getter

This commit is contained in:
RMidhunSuresh 2021-12-21 16:32:58 +05:30
parent d69059de68
commit f645065db7

View file

@ -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;