EventIndexing: Rename our EventIndexer class.
This commit is contained in:
parent
579cbef7b0
commit
45e7aab41e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue