mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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;
|
return this._entry.isPending && this._entry.pendingEvent.status !== SendStatus.Sent;
|
||||||
}
|
}
|
||||||
|
|
||||||
get isRedacted() {
|
|
||||||
return this._entry.isRedacted;
|
|
||||||
}
|
|
||||||
|
|
||||||
get canAbortSending() {
|
get canAbortSending() {
|
||||||
return this._entry.isPending &&
|
return this._entry.isPending &&
|
||||||
!this._entry.pendingEvent.hasStartedSending;
|
!this._entry.pendingEvent.hasStartedSending;
|
||||||
|
Loading…
Reference in New Issue
Block a user