chore: 自分へのリプライのみ走査するように (#12570)
This commit is contained in:
parent
33034b0e02
commit
bb38e62ae6
3 changed files with 10 additions and 3 deletions
|
|
@ -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}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue