mirror of https://github.com/vector-im/riot-web
EventIndexing: Rename our EventIndexer class.
parent
579cbef7b0
commit
45e7aab41e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue