ファイルのURLを保存するように
This commit is contained in:
parent
e37c19fdcd
commit
414c600356
4 changed files with 9 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ export async function createImage(actor: IRemoteUser, value): Promise<IDriveFile
|
|||
|
||||
log(`Creating the Image: ${image.url}`);
|
||||
|
||||
return await uploadFromUrl(image.url, actor);
|
||||
return await uploadFromUrl(image.url, actor, null, image.url);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue