mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02:00
appease linter
This commit is contained in:
parent
f1a6f6fd7f
commit
c96f11db7d
@ -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…
x
Reference in New Issue
Block a user