PostInteractionSettingsPref
data class PostInteractionSettingsPref(val postgateEmbeddingRules: List<PostInteractionSettingsPrefPostgateEmbeddingRulesUnion>? = null, val threadgateAllowRules: List<PostInteractionSettingsPrefThreadgateAllowRulesUnion>? = null)
Default post interaction settings for the account. These values should be applied as default values when creating new posts. These refs should mirror the threadgate and postgate records exactly.
Constructors
Link copied to clipboard
constructor(postgateEmbeddingRules: List<PostInteractionSettingsPrefPostgateEmbeddingRulesUnion>? = null, threadgateAllowRules: List<PostInteractionSettingsPrefThreadgateAllowRulesUnion>? = null)
Properties
Link copied to clipboard
Matches postgate record. List of rules defining who can embed this users posts. If value is an empty array or is undefined, no particular rules apply and anyone can embed.
Link copied to clipboard
Matches threadgate record. List of rules defining who can reply to this users posts. If value is an empty array, no one can reply. If value is undefined, anyone can reply.