EventIndexing: Rename our EventIndexer class.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user