summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/processors
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-04-25 11:18:30 +0100
committerdakkar <dakkar@thenautilus.net>2024-04-25 11:18:30 +0100
commitea6629cebf1cca1f2935db231004cf247aeaa0c7 (patch)
treea9540be5ed48d36a68e32789a0c7d8b18744a081 /packages/backend/src/queue/processors
parentfix backend tests (diff)
parentmerge: hide images/videos in og cards, when under a CW - fixes #487 (!488) (diff)
downloadsharkey-ea6629cebf1cca1f2935db231004cf247aeaa0c7.tar.gz
sharkey-ea6629cebf1cca1f2935db231004cf247aeaa0c7.tar.bz2
sharkey-ea6629cebf1cca1f2935db231004cf247aeaa0c7.zip
Merge branch 'develop' into future-2024-04-10-post
Diffstat (limited to 'packages/backend/src/queue/processors')
-rw-r--r--packages/backend/src/queue/processors/ImportNotesProcessorService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/queue/processors/ImportNotesProcessorService.ts b/packages/backend/src/queue/processors/ImportNotesProcessorService.ts
index 67e2eb7407..7cef858c51 100644
--- a/packages/backend/src/queue/processors/ImportNotesProcessorService.ts
+++ b/packages/backend/src/queue/processors/ImportNotesProcessorService.ts
@@ -421,7 +421,7 @@ export class ImportNotesProcessorService {
if (file.name) {
this.driveService.updateFile(exists, { comment: file.name }, user);
}
-
+
files.push(exists);
}
}