mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
EventIndex: Remove an unused variable.
This commit is contained in:
parent
f2df698e3b
commit
c9ac726629
1 changed files with 0 additions and 3 deletions
|
@ -467,9 +467,6 @@ export default class EventIndex extends EventEmitter {
|
||||||
// decryption keys, do we want to retry this checkpoint at a later
|
// decryption keys, do we want to retry this checkpoint at a later
|
||||||
// stage?
|
// stage?
|
||||||
const filteredEvents = matrixEvents.filter(this.isValidEvent);
|
const filteredEvents = matrixEvents.filter(this.isValidEvent);
|
||||||
const undecryptableEvents = matrixEvents.filter((ev) => {
|
|
||||||
return ev.isDecryptionFailure();
|
|
||||||
});
|
|
||||||
|
|
||||||
// Collect the redaction events so we can delete the redacted events
|
// Collect the redaction events so we can delete the redacted events
|
||||||
// from the index.
|
// from the index.
|
||||||
|
|
Loading…
Reference in a new issue