mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
add note
This commit is contained in:
parent
498cefdb75
commit
a7e5db82df
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