summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/stream/channels/home-timeline.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* re-type userFollowingsCache to match the othersHazelnoot2025-06-091-2/+2
* remove duplicate checks from home channelHazelnoot2025-06-031-4/+1
* copy changes to home channelHazelnoot2025-06-031-11/+6
* remove no-op Connection.cachedNotes and Connection.cacheNoteHazelnoot2025-04-011-2/+0
* call NoteEntityService.hideNote from streaming APIHazelnoot2025-02-251-0/+1
* pass NoteEntityService through Channel constructor instead of method argsHazelnoot2025-02-251-3/+3
* shallow clonepiuvas2025-01-081-16/+3
* requested change.piuvas2024-12-261-1/+2
* turn task into a functionpiuvas2024-12-251-14/+8
* improvements.piuvas2024-12-231-2/+8
* populate myreaction on replies for streams.piuvas2024-12-231-0/+7
* Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-5/+6
|\
| * 自分のフォロワー限定投稿に対するリプライがホームタ...anatawa122024-07-301-2/+2
| * kill any from streaming API Implementation (#14251)anatawa122024-07-181-3/+4
* | Merge remote-tracking branch 'misskey/develop' into future-2024-04-25dakkar2024-04-251-17/+4
|\|
| * 細かいミュートの処理の修正 (#13695)anatawa122024-04-171-14/+4
| * fix(backend): リノート時のHTLへのストリーミングの意図しな...zyoshoka2024-02-281-1/+9
* | merge upstream for 2024.2.1dakkar2024-03-021-2/+10
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| * Merge pull request from GHSA-7pxq-6xx9-xpgmChocolate Pie2023-12-271-3/+5
* | fix: don't show mentions and boosts towards muted user posts in timelineMarie2024-01-261-0/+3
* | Merge pull request from GHSA-7pxq-6xx9-xpgmChocolate Pie2023-12-281-3/+5
* | fix: websocket for timelines not checking following for muted instance usersMarie2023-12-211-1/+1
* | merge: upstreamMar0xy2023-10-311-9/+17
|\|
| * fix(backend): 自身の宛先なしダイレクト投稿がストリーミン..._2023-10-311-1/+1
| * fix(backend): 自分のフォローしているユーザーの自分のフォ...syuilo2023-10-231-4/+8
| * fix(backend): 自分のフォロワー限定ノートがWebsoketに乗って...syuilo2023-10-201-3/+5
| * perf(backend): ノートのリアクション情報をキャッシュする...syuilo2023-10-191-1/+1
| * refactorsyuilo2023-10-191-1/+1
| * perf(backend): reduce needless populateMyReaction callssyuilo2023-10-191-2/+4
* | merge: upstream changesMar0xy2023-10-181-1/+1
|\|
| * Remove unnecessary nullish coalescing (#12058)woxtu2023-10-181-1/+1
* | add: isSilenced handling to user and timelineMar0xy2023-10-181-0/+2
|/
* perf(backend): improve streaming api performance (#12033)syuilo2023-10-151-21/+9
* fix(backend): 「ファイル付きのみ」のTLでファイル無しの新...syuilo2023-10-091-0/+4
* fix(backend): 同じ種類のTLのストリーミングを複数接続でき...syuilo2023-10-081-1/+1
* feat: improve tl performance (#11946)syuilo2023-10-031-11/+2
* enhance: タイムラインからRenoteを除外するオプションを追加syuilo2023-09-281-1/+5
* chore: 著作権とライセンスについての情報を各ファイルに...Shun Sakai2023-07-271-0/+5
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
* enhance: タイムラインにフォロイーの行った他人へのリプ...syuilo2023-05-161-1/+4
* enhance(backend): improve cachesyuilo2023-04-051-6/+5
* refactor: rename schema to json-schemasyuilo2023-03-101-1/+1
* feat: Per-user renote mute (#10249)syuilo2023-03-081-0/+2
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-2/+1
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-1/+6
* なんかもうめっちゃ変えたsyuilo2022-09-181-8/+34