EventIndexing: Rename our EventIndexer class.

This commit is contained in:
Damir Jelić 2019-11-18 14:30:07 +01:00
parent 579cbef7b0
commit 45e7aab41e

View file

@ -20,7 +20,7 @@ import MatrixClientPeg from "./MatrixClientPeg";
/** /**
* Event indexing class that wraps the platform specific event indexing. * Event indexing class that wraps the platform specific event indexing.
*/ */
export default class EventIndexer { export default class EventIndex {
constructor() { constructor() {
this.crawlerCheckpoints = []; this.crawlerCheckpoints = [];
// The time that the crawler will wait between /rooms/{room_id}/messages // The time that the crawler will wait between /rooms/{room_id}/messages