build: refresh bundled channel metadata

This commit is contained in:
Peter Steinberger
2026-05-02 05:05:11 +01:00
parent 8612af754b
commit d049af642a

View File

@@ -830,6 +830,16 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
dangerouslyAllowNameMatching: {
type: "boolean",
},
mentionAliases: {
type: "object",
propertyNames: {
type: "string",
},
additionalProperties: {
type: "string",
pattern: "^\\d+$",
},
},
groupPolicy: {
default: "allowlist",
type: "string",
@@ -2223,6 +2233,16 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
dangerouslyAllowNameMatching: {
type: "boolean",
},
mentionAliases: {
type: "object",
propertyNames: {
type: "string",
},
additionalProperties: {
type: "string",
pattern: "^\\d+$",
},
},
groupPolicy: {
default: "allowlist",
type: "string",
@@ -3699,6 +3719,10 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
label: "Discord Allow Bot Messages",
help: 'Allow bot-authored messages to trigger Discord replies (default: false). Set "mentions" to only accept bot messages that mention the bot.',
},
mentionAliases: {
label: "Discord Mention Aliases",
help: "Map outbound @handle text to stable Discord user IDs before sending. Set per account via channels.discord.accounts.<id>.mentionAliases.",
},
token: {
label: "Discord Bot Token",
help: "Discord bot token used for gateway and REST API authentication for this provider account. Keep this secret out of committed config and rotate immediately after any leak.",