Merge remote-tracking branch 'misskey-dev/develop' into prismisskey
# Conflicts: # package.json
This commit is contained in:
commit
969b16d9c2
7 changed files with 34 additions and 4 deletions
|
|
@ -677,7 +677,7 @@ export class DriveService {
|
|||
|
||||
await this.driveFilesRepository.update(file.id, values);
|
||||
|
||||
const fileObj = await this.driveFileEntityService.pack(file, { self: true });
|
||||
const fileObj = await this.driveFileEntityService.pack(file.id, { self: true });
|
||||
|
||||
// Publish fileUpdated event
|
||||
if (file.userId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue