Update ReactionsBufferingService.ts
This commit is contained in:
parent
e9ba46c84e
commit
59b8ca7e4e
|
@ -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 = [];
|
||||||
|
|
Loading…
Reference in New Issue