app.bsky.feed.threadgate

Domain Index: bsky.app

Crawl History

#main - record

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.

Record Key Type: tid

Data Fields

Name Type Details
allow array

List of rules defining who can reply to this post. If value is an empty array, no one can reply. If value is undefined, anyone can reply.

Array Length: 5 max

UNHANDLED IN ARRAYS: union

createdAt string (required)

Syntax Format: datetime

hiddenReplies array

List of hidden reply URIs.

Array Length: 50 max

UNHANDLED IN ARRAYS: string

post string (required)

Reference (AT-URI) to the post record.

Syntax Format: at-uri

#followingRule - object

Allow replies from actors you follow.

Data Fields

No fields defined

#listRule - object

Allow replies from actors on a list.

Data Fields

Name Type Details
list string (required)

Syntax Format: at-uri

#followerRule - object

Allow replies from actors who follow you.

Data Fields

No fields defined

#mentionRule - object

Allow replies from actors mentioned in your post.

Data Fields

No fields defined