You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
EventIndex: Fix some spelling errors.
This commit is contained in:
@@ -282,8 +282,8 @@ export default class EventIndex {
|
|||||||
// attributes?
|
// attributes?
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO if there ar no events at this point we're missing a lot
|
// TODO if there are no events at this point we're missing a lot
|
||||||
// decryption keys, do we wan't to retry this checkpoint at a later
|
// decryption keys, do we want to retry this checkpoint at a later
|
||||||
// stage?
|
// stage?
|
||||||
const filteredEvents = matrixEvents.filter(isValidEvent);
|
const filteredEvents = matrixEvents.filter(isValidEvent);
|
||||||
|
|
||||||
@@ -336,7 +336,7 @@ export default class EventIndex {
|
|||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log("EventIndex: Error durring a crawl", e);
|
console.log("EventIndex: Error durring a crawl", e);
|
||||||
// An error occured, put the checkpoint back so we
|
// An error occurred, put the checkpoint back so we
|
||||||
// can retry.
|
// can retry.
|
||||||
this.crawlerCheckpoints.push(checkpoint);
|
this.crawlerCheckpoints.push(checkpoint);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user