mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08: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.
|
* listener, if so queues it up to be added to the index.
|
||||||
*/
|
*/
|
||||||
onEventDecrypted = async (ev, err) => {
|
onEventDecrypted = async (ev, err) => {
|
||||||
const eventId = ev.getId();
|
|
||||||
|
|
||||||
// If the event isn't in our live event set, ignore it.
|
// If the event isn't in our live event set, ignore it.
|
||||||
if (err) return;
|
if (err) return;
|
||||||
await this.addLiveEventToIndex(ev);
|
await this.addLiveEventToIndex(ev);
|
||||||
|
Loading…
Reference in New Issue
Block a user