EventIndex: Don't mark the event listener method docs as jsdoc comments.
This commit is contained in:
parent
948ec203c6
commit
5cabfb63a4
1 changed files with 4 additions and 4 deletions
|
@ -122,7 +122,7 @@ export default class EventIndex extends EventEmitter {
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The sync event listener.
|
* The sync event listener.
|
||||||
*
|
*
|
||||||
* The listener has two cases:
|
* The listener has two cases:
|
||||||
|
@ -154,7 +154,7 @@ export default class EventIndex extends EventEmitter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The Room.timeline listener.
|
* The Room.timeline listener.
|
||||||
*
|
*
|
||||||
* This listener waits for live events in encrypted rooms, if they are
|
* This listener waits for live events in encrypted rooms, if they are
|
||||||
|
@ -185,7 +185,7 @@ export default class EventIndex extends EventEmitter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The Event.decrypted listener.
|
* The Event.decrypted listener.
|
||||||
*
|
*
|
||||||
* Checks if the event was marked for addition in the Room.timeline
|
* Checks if the event was marked for addition in the Room.timeline
|
||||||
|
@ -200,7 +200,7 @@ export default class EventIndex extends EventEmitter {
|
||||||
await this.addLiveEventToIndex(ev);
|
await this.addLiveEventToIndex(ev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The Room.timelineReset listener.
|
* The Room.timelineReset listener.
|
||||||
*
|
*
|
||||||
* Listens for timeline resets that are caused by a limited timeline to
|
* Listens for timeline resets that are caused by a limited timeline to
|
||||||
|
|
Loading…
Reference in a new issue