chore: 自分へのリプライのみ走査するように (#12570)

This commit is contained in:
anatawa12
2023-12-04 17:56:48 +09:00
committed by GitHub
parent 33034b0e02
commit bb38e62ae6
3 changed files with 10 additions and 3 deletions

View File

@@ -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}`