[Server] Remove unnecessarily property
This commit is contained in:
parent
eea2b97ae5
commit
e325410649
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue