mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-02 08:48:06 +09:00
Fix bug
This commit is contained in:
parent
6dd0117dcf
commit
349356a82c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user