Skip to main content

COMMENT_STATUS

No description

enum COMMENT_STATUS {
NONE
APPROVED
REJECTED
PREMOD
SYSTEM_WITHHELD
}

Values

COMMENT_STATUS.NONE

The comment is not PREMOD, but was not applied a moderation status by a moderator.

COMMENT_STATUS.APPROVED

The comment has been approved by a moderator.

COMMENT_STATUS.REJECTED

The comment has been rejected by a moderator.

COMMENT_STATUS.PREMOD

The comment was created while the stories premoderation option was on, and new comments that haven't been moderated yet are referred to as "premoderated" or "premod" comments.

COMMENT_STATUS.SYSTEM_WITHHELD

SYSTEM_WITHHELD represents a comment that was withheld by the system because it was flagged by an internal process for further review.

Member Of

Comment object ● CommentModerationAction object ● comments query ● CommentStatusUpdatedPayload object ● ExternalModerationPhaseResult object ● Notification object