diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-12 01:01:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-12 01:01:25 +0900 |
| commit | d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78 (patch) | |
| tree | b269bb00787ef42e1d9bb627a84f23454f729f1a /src/remote/activitypub/models | |
| parent | 非正規化カラムを削除 (diff) | |
| download | sharkey-d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78.tar.gz sharkey-d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78.tar.bz2 sharkey-d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78.zip | |
Clean up
Diffstat (limited to 'src/remote/activitypub/models')
| -rw-r--r-- | src/remote/activitypub/models/question.ts | 4 |
1 files changed, 0 insertions, 4 deletions
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 }); |