This commit is contained in:
rinsuki 2018-06-17 14:29:07 +09:00
parent ec34782ada
commit f99207bfdb

View File

@ -343,6 +343,10 @@ export const pack = async (
_note.mediaIds = [];
_note.text = null;
_note.poll = null;
_note.cw = null;
_note.tags = [];
_note.tagsLower = [];
_note.geo = null;
_note.isHidden = true;
}