Merge pull request #1722 from rinsuki/fix/1700

Fix #1700
This commit is contained in:
syuilo 2018-06-17 14:30:07 +09:00 committed by GitHub
commit 4e04e5e0c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}