From 582d14bf12c87de31049788787ea2d1f5e5251aa Mon Sep 17 00:00:00 2001 From: nextguyover <56286401+nextguyover@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:44:27 +1000 Subject: [PATCH] added warning about edits --- docs/core-functionality/manual-moderation/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/core-functionality/manual-moderation/index.md b/docs/core-functionality/manual-moderation/index.md index b52c4dd..9caf801 100644 --- a/docs/core-functionality/manual-moderation/index.md +++ b/docs/core-functionality/manual-moderation/index.md @@ -6,6 +6,9 @@ Confab features a Manual Moderation Queue that you can configure all(1) or some( 1. Set all new comments to go to the Manual Moderation Queue by changing the [backend configuration](../../config/index.md#manual-moderation) 2. Send select comments to the Manual Moderation Queue using [automoderation rules](../auto-moderation/index.md) +!!! warning + Comment edits cannot be sent to the manual moderation queue. For selective moderation of edits, consider using [automoderation rules](../auto-moderation/index.md). Otherwise, edits can be disabled [globally](../../config/index.md#edits) or [locally](../../core-functionality/admin-panel/index.md#editing). + !!! info The Manual Moderation Queue panel is only visible on the Confab UI frontend if an Admin is currently logged in.