fix(discord): add ackReactionScope channel override + off/none values (#28268)

This commit is contained in:
Ash (Bug Lab)
2026-03-01 12:19:39 +05:30
committed by Peter Steinberger
parent 60330e011b
commit 5b64b96c6c
9 changed files with 17 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ export type CoreConfig = {
};
messages?: {
ackReaction?: string;
ackReactionScope?: "group-mentions" | "group-all" | "direct" | "all";
ackReactionScope?: "group-mentions" | "group-all" | "direct" | "all" | "off" | "none";
};
[key: string]: unknown;
};