Skip to main content

NewCommentersConfiguration

NewCommenterConfiguration specifies the features that apply to new commenters

type NewCommentersConfiguration {  premodEnabled: Boolean!  approvedCommentsThreshold: Int!  moderation: NewCommentersModerationConfig}

Fields#

premodEnabled (Boolean!)#

DEPRECATED: Use moderation instead for whether premod is enabled and on which sites

premodEnabled ensures that new commenters' comments are pre-moderated until they have enough approved comments

approvedCommentsThreshold (Int!)#

approvedCommentsThreshold is the number of comments a user must have approved before their comments do not require premoderation

moderation (NewCommentersModerationConfig)#

moderation is the configuration for moderation for new commenters' comments until they have enough approved comments. It stores whether it is PRE, POST, or SPECIFIC_SITES_PRE for pre-moderation only on specific sites, and in this case, which specific sites.