mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 08:50:06 +09:00
serializers - drive-file: add created_at field by uploadedDate
This commit is contained in:
@ -44,6 +44,7 @@ export default (
|
||||
let _target: any = {};
|
||||
|
||||
_target.id = _file._id;
|
||||
_target.created_at = _file.uploadDate
|
||||
|
||||
_target = Object.assign(_target, _file.metadata);
|
||||
|
||||
|
Reference in New Issue
Block a user