View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/607 Closes #631 Approved-by: fEmber <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
8fa7afcac4
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
||||||
});
|
});
|
||||||
|
|
||||||
for (const file of files) {
|
for (const file of files) {
|
||||||
this.driveService.deleteFile(file);
|
this.driveService.deleteFile(file, false, me);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue