app_bsky_feed_threadgate library
Classes
- 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
- ThreadgateRecord
- https://atprotodart.com/docs/lexicons/app/bsky/feed/threadgate#main
- ThreadgateRecordConverter
- UThreadgateAllow
- UThreadgateAllowConverter
- UThreadgateAllowFollowingRule
- UThreadgateAllowListRule
- UThreadgateAllowMentionRule
- UThreadgateAllowUnknown
Extensions
Functions
-
isFollowingRule(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is FollowingRule, otherwise false. -
isListRule(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is ListRule, otherwise false. -
isMentionRule(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is MentionRule, otherwise false. -
isThreadgateRecord(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is ThreadgateRecord, otherwise false.