diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/models/note.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/models/note.ts b/src/models/note.ts index 21ec2b3857..83e85f8498 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -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; } |