mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-02-03 08:23:08 +02:00
Fix bug
This commit is contained in:
parent
419cb7fbad
commit
aff56469ed
1 changed files with 1 additions and 0 deletions
|
@ -406,6 +406,7 @@ export default async function(
|
||||||
file.md5 = hash;
|
file.md5 = hash;
|
||||||
file.name = detectedName;
|
file.name = detectedName;
|
||||||
file.type = mime;
|
file.type = mime;
|
||||||
|
file.storedInternal = false;
|
||||||
|
|
||||||
file = await DriveFiles.save(file);
|
file = await DriveFiles.save(file);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in a new issue