app_bsky_feed_threadgate library
Classes
- FeedThreadgateRecord
- Record defining interaction gating rules for a thread (aka, reply controls). The record key (rkey) of the threadgate record must match the record key of the thread's root post, and that record must be in the same repository.
- FeedThreadgateRecordConverter
- FollowerRule
- Allow replies from actors who follow you.
- FollowerRuleConverter
- FollowingRule
- Allow replies from actors you follow.
- FollowingRuleConverter
- ListRule
- Allow replies from actors on a list.
- ListRuleConverter
- MentionRule
- Allow replies from actors mentioned in your post.
- MentionRuleConverter
- UFeedThreadgateAllow
- UFeedThreadgateAllowConverter
Extensions
- FeedThreadgateRecordPatterns on FeedThreadgateRecord
- Adds pattern-matching-related methods to FeedThreadgateRecord.
- FollowerRulePatterns on FollowerRule
- Adds pattern-matching-related methods to FollowerRule.
- FollowingRulePatterns on FollowingRule
- Adds pattern-matching-related methods to FollowingRule.
- ListRulePatterns on ListRule
- Adds pattern-matching-related methods to ListRule.
- MentionRulePatterns on MentionRule
- Adds pattern-matching-related methods to MentionRule.
- UFeedThreadgateAllowExtension on UFeedThreadgateAllow
- UFeedThreadgateAllowPatterns on UFeedThreadgateAllow
- Adds pattern-matching-related methods to UFeedThreadgateAllow.