mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
Fix bug
This commit is contained in:
@ -406,6 +406,7 @@ export default async function(
|
||||
file.md5 = hash;
|
||||
file.name = detectedName;
|
||||
file.type = mime;
|
||||
file.storedInternal = false;
|
||||
|
||||
file = await DriveFiles.save(file);
|
||||
} catch (e) {
|
||||
|
Reference in New Issue
Block a user