1
0

fix: prevent *key renotes/boosts from being imported

Stop renotes/boosts from *key from being imported due to missing functionality of getting the related posts
This commit is contained in:
Mar0xy
2023-11-13 10:25:39 +01:00
parent d2e403a4bd
commit 9b3993a652
@@ -210,6 +210,8 @@ export class ImportNotesProcessorService {
return;
}
if (note.renoteId) return;
const files: MiDriveFile[] = [];
const date = new Date(note.createdAt);