Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly guard store usage during sync startup
This adds explicit `try` blocks in the spots where we interact with the store during sync startup. This shouldn't be necessary as the store should already be catching this and degrading as of matrix-org#884, but that doesn't seem to have been enough for the affected user in element-hq/element-web#7769, as they are seeing sync just stop when storing without any further detail.
- Loading branch information