[Server] Remove unnecessarily property

This commit is contained in:
syuilo 2019-02-02 13:50:41 +09:00
parent eea2b97ae5
commit e325410649
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -270,6 +270,7 @@ export const pack = async (
delete _note._renote;
delete _note._files;
delete _note._replyIds;
delete _note.mentionedRemoteUsers;
if (_note.geo) delete _note.geo.type;