1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 17:55:52 +02: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
}