diff options
| author | anatawa12 <anatawa12@icloud.com> | 2023-12-04 17:56:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-04 17:56:48 +0900 |
| commit | bb38e62ae696873990d0252c66200c361878e9f8 (patch) | |
| tree | a3aa02354de86132a76bef5f7f6f6244e80d6bc6 /packages/backend/src/core/FanoutTimelineService.ts | |
| parent | feat: ユーザースキーマの改善 (#12568) (diff) | |
| download | sharkey-bb38e62ae696873990d0252c66200c361878e9f8.tar.gz sharkey-bb38e62ae696873990d0252c66200c361878e9f8.tar.bz2 sharkey-bb38e62ae696873990d0252c66200c361878e9f8.zip | |
chore: 自分へのリプライのみ走査するように (#12570)
Diffstat (limited to 'packages/backend/src/core/FanoutTimelineService.ts')
| -rw-r--r-- | packages/backend/src/core/FanoutTimelineService.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/core/FanoutTimelineService.ts b/packages/backend/src/core/FanoutTimelineService.ts index 654a035a5f..9b2678fbcd 100644 --- a/packages/backend/src/core/FanoutTimelineService.ts +++ b/packages/backend/src/core/FanoutTimelineService.ts @@ -17,6 +17,7 @@ export type FanoutTimelineName = | `localTimeline` // replies are not included | `localTimelineWithFiles` // only non-reply notes with files are included | `localTimelineWithReplies` // only replies are included + | `localTimelineWithReplyTo:${string}` // Only replies to specific local user are included. Parameter is reply user id. // antenna | `antennaTimeline:${string}` |