1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-23 20:34:24 -06:00

Merge pull request from rinsuki/fix/1700

Fix 
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.mediaIds = [];
_note.text = null; _note.text = null;
_note.poll = null; _note.poll = null;
_note.cw = null;
_note.tags = [];
_note.tagsLower = [];
_note.geo = null;
_note.isHidden = true; _note.isHidden = true;
} }