Skip to main content

app.bsky.feed.threadgate

#main

Properties

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..

Use com.atproto.repo.createRecord to create a record.

PropertyTypeKnown ValuesRequiredDescription
poststring (at-uri)-Reference (AT-URI) to the post record.
allowarray of union
#mentionRule
#followingRule
#listRule
--
createdAtstring (datetime)--

Output

PropertyTypeKnown ValuesRequiredDescription
refcom.atproto.repo.strongRef--

#mentionRule

Allow replies from actors mentioned in your post.

#followingRule

Allow replies from actors you follow.

#listRule

Allow replies from actors on a list.

PropertyTypeKnown ValuesRequiredDescription
liststring (at-uri)--