From 6b33bcf18d358ce0125fce551d264d89ed043154 Mon Sep 17 00:00:00 2001 From: Andrew Chou Date: Wed, 10 Jan 2024 12:21:52 -0500 Subject: [PATCH] update comments for follow-up work --- src/mapeo-project.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mapeo-project.js b/src/mapeo-project.js index e309b0aa7..251b59d57 100644 --- a/src/mapeo-project.js +++ b/src/mapeo-project.js @@ -623,9 +623,9 @@ export class MapeoProject extends TypedEmitter { ) ) - // 3. Clear data from project database - - // TODO: update sync mode to "unsynced-data-background-sync"? + // TODO: 3. Clear data from indexes + // 3.1 Reset multi-core indexer state + // 3.2 Clear indexed data // 4. Assign LEFT role for device await this.#capabilities.assignRole(this.#deviceId, LEFT_ROLE_ID)