Skip to content
Snippets Groups Projects
Commit 4991fb27 authored by rinsuki's avatar rinsuki
Browse files

Fix #1700

parent 4d90d554
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment