[Server] Remove unnecessarily property
This commit is contained in:
parent
7bb640d6a8
commit
42cb7f4a1d
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ export const pack = async (
|
||||||
delete _note._renote;
|
delete _note._renote;
|
||||||
delete _note._files;
|
delete _note._files;
|
||||||
delete _note._replyIds;
|
delete _note._replyIds;
|
||||||
|
delete _note.mentionedRemoteUsers;
|
||||||
|
|
||||||
if (_note.geo) delete _note.geo.type;
|
if (_note.geo) delete _note.geo.type;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue