1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-06 01:09:32 -05:00
This commit is contained in:
syuilo 2019-11-05 22:11:47 +09:00
parent c8ab0e9d62
commit 2f8992f98a

View file

@ -69,7 +69,8 @@ function postProcess(file: DriveFile, isExpired = false) {
isLink: true,
url: file.uri,
thumbnailUrl: file.uri,
webpublicUrl: file.uri
webpublicUrl: file.uri,
size: 0,
});
} else {
DriveFiles.delete(file.id);