add note
This commit is contained in:
parent
65e7204ec9
commit
d381d31e5e
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ export default class Connection {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.user && read) {
|
if (this.user && read) {
|
||||||
|
// TODO: クライアントでタイムライン読み込みなどすると、一度に大量のreadNoteが発生しクエリ数がすごいことになるので、ある程度まとめてreadNoteするようにする
|
||||||
|
// 具体的には、この箇所ではキュー的な配列にread予定ノートを溜めておくに留めて、別の箇所で定期的にキューにあるノートを配列でreadNoteに渡すような実装にする
|
||||||
readNote(this.user.id, payload.id);
|
readNote(this.user.id, payload.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue