appease linter
This commit is contained in:
parent
f1a6f6fd7f
commit
c96f11db7d
1 changed files with 0 additions and 2 deletions
|
@ -210,8 +210,6 @@ export default class EventIndex extends EventEmitter {
|
|||
* listener, if so queues it up to be added to the index.
|
||||
*/
|
||||
onEventDecrypted = async (ev, err) => {
|
||||
const eventId = ev.getId();
|
||||
|
||||
// If the event isn't in our live event set, ignore it.
|
||||
if (err) return;
|
||||
await this.addLiveEventToIndex(ev);
|
||||
|
|
Loading…
Reference in a new issue