This commit is contained in:
Zef Hemel
2022-08-01 18:27:50 +02:00
parent 538ae95dc4
commit b29b175b40
12 changed files with 35 additions and 29 deletions
+1
View File
@@ -21,6 +21,7 @@ export async function editorInit() {
let spaceIndexed = await get("$spaceIndexed");
console.log("Space indexed", spaceIndexed);
if (!spaceIndexed) {
await set("$spaceIndexed", true);
await invokeFunction("client", "reindexSpaceCommand");
// Resetting this, because part of the reindex will be to wipe this too
await set("$silverBulletVersion", currentVersion);