From e09fbf566d2260489512dae91e1b8b7f81da6da8 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 2 Sep 2020 14:30:49 +0200 Subject: [PATCH] TODO --- src/matrix/Sync.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix/Sync.js b/src/matrix/Sync.js index e3d519bd..041cacf2 100644 --- a/src/matrix/Sync.js +++ b/src/matrix/Sync.js @@ -102,6 +102,7 @@ export class Sync { } if (!this._error) { try { + // TODO: run this in parallel with the next sync request await this._session.afterSyncCompleted(); } catch (err) { console.err("error during after sync completed, continuing to sync.", err.stack);