mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 12:33:38 +00:00
Fix bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user