Update ReactionsBufferingService.ts

This commit is contained in:
syuilo 2024-09-20 09:37:01 +09:00
parent e9ba46c84e
commit 59b8ca7e4e
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ export class ReactionsBufferingService {
return deltas; return deltas;
} }
// TODO: scanは重い可能性があるので、別途 bufferedNoteIds を直接Redis上に持っておいてもいいかもしれない
@bindThis @bindThis
public async bake() { public async bake() {
const bufferedNoteIds = []; const bufferedNoteIds = [];