mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
This commit is contained in:
@@ -48,6 +48,7 @@ export default (
|
||||
_target.id = _file._id;
|
||||
_target.created_at = _file.uploadDate;
|
||||
_target.name = _file.filename;
|
||||
_target.type = _file.contentType;
|
||||
|
||||
_target = Object.assign(_target, _file.metadata);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user