mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
Remove unused getter
This commit is contained in:
parent
d69059de68
commit
f645065db7
@ -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 New Issue
Block a user