[Server] Remove unnecessarily property

This commit is contained in:
syuilo 2019-02-02 13:50:41 +09:00
parent 7bb640d6a8
commit 42cb7f4a1d

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;