mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 00:51:45 +00:00
fix(discord): add ackReactionScope channel override + off/none values (#28268)
This commit is contained in:
committed by
Peter Steinberger
parent
60330e011b
commit
5b64b96c6c
@@ -1361,7 +1361,7 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"When true, suppress ⚠️ tool-error warnings from being shown to the user. The agent already sees errors in context and can retry. Default: false.",
|
||||
"messages.ackReaction": "Emoji reaction used to acknowledge inbound messages (empty disables).",
|
||||
"messages.ackReactionScope":
|
||||
'When to send ack reactions ("group-mentions", "group-all", "direct", "all").',
|
||||
'When to send ack reactions ("group-mentions", "group-all", "direct", "all", "off", "none"). "off"/"none" disables ack reactions entirely.',
|
||||
"messages.statusReactions":
|
||||
"Lifecycle status reactions that update the emoji on the trigger message as the agent progresses (queued → thinking → tool → done/error).",
|
||||
"messages.statusReactions.enabled":
|
||||
|
||||
Reference in New Issue
Block a user