mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:43:09 +02:00
Fix bug
This commit is contained in:
parent
ce27b36fd0
commit
1813d17b4c
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export default async function(user: IUser, note: INote) {
|
|||
$set: {
|
||||
deletedAt: new Date(),
|
||||
text: null,
|
||||
tags: [],
|
||||
mediaIds: [],
|
||||
poll: null
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue