forked from FoundKeyGang/FoundKey
Fix: ドライブアップロード直後に取得できるURLがoriginalじゃない (#5274)
This commit is contained in:
parent
ed8b073e54
commit
6cdbb27169
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