forked from mirrors/misskey
fix: always remove completed tasks (#8771)
This commit is contained in:
@@ -312,7 +312,8 @@ export default async (user: { id: User['id']; username: User['username']; host:
|
||||
endedPollNotificationQueue.add({
|
||||
noteId: note.id,
|
||||
}, {
|
||||
delay
|
||||
delay,
|
||||
removeOnComplete: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user