mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
@ -343,6 +343,10 @@ export const pack = async (
|
|||||||
_note.mediaIds = [];
|
_note.mediaIds = [];
|
||||||
_note.text = null;
|
_note.text = null;
|
||||||
_note.poll = null;
|
_note.poll = null;
|
||||||
|
_note.cw = null;
|
||||||
|
_note.tags = [];
|
||||||
|
_note.tagsLower = [];
|
||||||
|
_note.geo = null;
|
||||||
_note.isHidden = true;
|
_note.isHidden = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user