mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Fix: ドライブアップロード直後に取得できるURLがoriginalじゃない (#5274)
This commit is contained in:
parent
50f5743dbd
commit
774fa19fea
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ export default async function(
|
|||
|
||||
logger.succ(`drive file has been created ${file.id}`);
|
||||
|
||||
DriveFiles.pack(file).then(packedFile => {
|
||||
DriveFiles.pack(file, { self: true }).then(packedFile => {
|
||||
// Publish driveFileCreated event
|
||||
publishMainStream(user.id, 'driveFileCreated', packedFile);
|
||||
publishDriveStream(user.id, 'fileCreated', packedFile);
|
||||
|
|
Loading…
Reference in a new issue