Cleanup and federation prep

This commit is contained in:
Zef Hemel
2023-07-30 08:56:44 +02:00
parent fe4887dc78
commit afa160d2c2
7 changed files with 98 additions and 32 deletions
+2 -2
View File
@@ -192,9 +192,9 @@ export class SyncService {
let remoteHash: number | undefined;
try {
const localMeta = await this.localSpacePrimitives.getFileMeta(name);
if (localMeta.neverSync) {
if (localMeta.noSync) {
console.info(
"File marked as neverSync, skipping sync in this cycle",
"File marked as no sync, skipping sync in this cycle",
name,
);
await this.registerSyncStop();