1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-05 10:18:38 +09:00

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