Skip to main content

RecentCommentHistoryConfiguration

RecentCommentHistoryConfiguration controls the beheviour around when comments from Users should be marked for pre-moderation automatically once they have reached the trigger rate for rejected comments.

type RecentCommentHistoryConfiguration {
enabled: Boolean!
timeFrame: Int!
triggerRejectionRate: Float!
}

Fields

RecentCommentHistoryConfiguration.enabled ● Boolean! non-null scalar

enabled when true will pre-moderate users new comments once they have reached the trigger rejection rate.

RecentCommentHistoryConfiguration.timeFrame ● Int! non-null scalar

timeFrame specifies the number of seconds that comments from a given User will be taken into account when computing their rejection rate.

RecentCommentHistoryConfiguration.triggerRejectionRate ● Float! non-null scalar

triggerRejectionRate specifies the percentage of comments that a given User may have before their comments will then be placed into pre-moderation until the rejection rate decreases.

Member Of

Settings object