mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
TODO
This commit is contained in:
parent
7d517eb700
commit
e09fbf566d
@ -102,6 +102,7 @@ export class Sync {
|
|||||||
}
|
}
|
||||||
if (!this._error) {
|
if (!this._error) {
|
||||||
try {
|
try {
|
||||||
|
// TODO: run this in parallel with the next sync request
|
||||||
await this._session.afterSyncCompleted();
|
await this._session.afterSyncCompleted();
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.err("error during after sync completed, continuing to sync.", err.stack);
|
console.err("error during after sync completed, continuing to sync.", err.stack);
|
||||||
|
Loading…
Reference in New Issue
Block a user