From d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 12 Apr 2019 01:01:25 +0900 Subject: Clean up --- src/remote/activitypub/models/question.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/remote/activitypub/models') diff --git a/src/remote/activitypub/models/question.ts b/src/remote/activitypub/models/question.ts index 68f0cb3596..2ff8e21ab5 100644 --- a/src/remote/activitypub/models/question.ts +++ b/src/remote/activitypub/models/question.ts @@ -68,10 +68,6 @@ export async function updateQuestion(value: any) { } } - await Notes.update(note.id, { - updatedAt: new Date(), - }); - await Polls.update({ noteId: note.id }, { votes: poll.votes }); -- cgit v1.2.3-freya