mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 16:03:09 +02:00
commit
4e04e5e0c0
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue