ファイルのURLを保存するように

This commit is contained in:
syuilo
2018-05-04 18:32:03 +09:00
parent e37c19fdcd
commit 414c600356
4 changed files with 9 additions and 3 deletions

View File

@ -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);
}
/**