Skip to main content

MODERATION_QUEUE

MODERATION_QUEUE references the specific ModerationQueue that a given Comment can be associated with.

enum MODERATION_QUEUE {  UNMODERATED  REPORTED  PENDING}

Values#

UNMODERATED#

UNMODERATED refers to the ModerationQueue for all Comments that have not been moderated yet.

REPORTED#

REPORTED refers to the ModerationQueue for all Comments that have been published, have not been moderated by a human yet, and have been reported by a User via a flag.

PENDING#

PENDING refers to the ModerationQueue for all Comments that were held back by the system and require moderation in order to be published.