Skip to content
Snippets Groups Projects
Unverified Commit 4e04e5e0 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Merge pull request #1722 from rinsuki/fix/1700

Fix #1700
parents 4d90d554 4991fb27
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