1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 14:09:25 -05:00
This commit is contained in:
syuilo 2018-06-13 05:24:44 +09:00
parent ce27b36fd0
commit 1813d17b4c

View file

@ -20,6 +20,7 @@ export default async function(user: IUser, note: INote) {
$set: {
deletedAt: new Date(),
text: null,
tags: [],
mediaIds: [],
poll: null
}