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:
parent
d2e403a4bd
commit
9b3993a652
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@ export class ImportNotesProcessorService {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (note.renoteId) return;
|
||||||
|
|
||||||
const files: MiDriveFile[] = [];
|
const files: MiDriveFile[] = [];
|
||||||
const date = new Date(note.createdAt);
|
const date = new Date(note.createdAt);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue