mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-12 21:58:11 +09:00
Fix
This commit is contained in:
parent
a498d8d39a
commit
96ba504669
@ -135,8 +135,8 @@ export const pack = (
|
|||||||
|
|
||||||
_target = Object.assign(_target, _file.metadata);
|
_target = Object.assign(_target, _file.metadata);
|
||||||
|
|
||||||
_target.url = getDriveFileUrl(file);
|
_target.url = getDriveFileUrl(_file);
|
||||||
_target.thumbnailUrl = getDriveFileUrl(file, true);
|
_target.thumbnailUrl = getDriveFileUrl(_file, true);
|
||||||
_target.isRemote = _file.metadata.isRemote;
|
_target.isRemote = _file.metadata.isRemote;
|
||||||
|
|
||||||
if (_target.properties == null) _target.properties = {};
|
if (_target.properties == null) _target.properties = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user