summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/processors
diff options
context:
space:
mode:
authorMarie <marie@kaifa.ch>2024-04-11 17:21:32 +0000
committerMarie <marie@kaifa.ch>2024-04-11 17:21:32 +0000
commit011ccd3a9a8f6f90d296c1574d1577cd00f77010 (patch)
tree62543fddabd360f7bdbe45d8842f2862c4f84cc0 /packages/backend/src/queue/processors
parentmerge: handle ranged requests for proxied files - fixes #494 (!490) (diff)
parentbump devel version (diff)
downloadsharkey-011ccd3a9a8f6f90d296c1574d1577cd00f77010.tar.gz
sharkey-011ccd3a9a8f6f90d296c1574d1577cd00f77010.tar.bz2
sharkey-011ccd3a9a8f6f90d296c1574d1577cd00f77010.zip
merge: bump `devel` version (!486)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/486 Approved-by: Marie <marie@kaifa.ch> Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
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);
}
}