summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/FanoutTimelineService.ts
diff options
context:
space:
mode:
authoranatawa12 <anatawa12@icloud.com>2023-12-04 17:56:48 +0900
committerGitHub <noreply@github.com>2023-12-04 17:56:48 +0900
commitbb38e62ae696873990d0252c66200c361878e9f8 (patch)
treea3aa02354de86132a76bef5f7f6f6244e80d6bc6 /packages/backend/src/core/FanoutTimelineService.ts
parentfeat: ユーザースキーマの改善 (#12568) (diff)
downloadsharkey-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.ts1
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}`