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.
|
||||
*/
|
||||
export default class EventIndexer {
|
||||
export default class EventIndex {
|
||||
constructor() {
|
||||
this.crawlerCheckpoints = [];
|
||||
// The time that the crawler will wait between /rooms/{room_id}/messages
|
||||
|
||||
Reference in New Issue
Block a user