mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 10:27:28 -07:00
Fix bug
This commit is contained in:
parent
98e90df748
commit
8ce5e57a92
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export default async function(user: IUser, note: INote) {
|
||||||
$set: {
|
$set: {
|
||||||
deletedAt: new Date(),
|
deletedAt: new Date(),
|
||||||
text: null,
|
text: null,
|
||||||
|
tags: [],
|
||||||
mediaIds: [],
|
mediaIds: [],
|
||||||
poll: null
|
poll: null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue