feat: admit an allowlisted operator's mention anywhere in an allowlisted guild - #89
Conversation
…ted guild The internal tier required the channel to be on the allowlist, so an operator mentioning the bot outside the allowlisted channels was dropped even when the bot could read the message. DISCORD_INTERNAL_GUILD_WIDE makes the channel allowlist optional inside an allowlisted guild while keeping both the guild allowlist and the user/role allowlist mandatory, so a public or shared server stays closed. Off by default.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request, titled "feat: admit an allowlisted operator's mention anywhere in an allowlisted guild", allows an allowlisted operator to mention the bot in any channel of an allowlisted Discord guild, rather than being restricted to specific allowlisted channels. This change is controlled by a new Changed files
Reviewers, please start by examining |
1 similar comment
|
This pull request, titled "feat: admit an allowlisted operator's mention anywhere in an allowlisted guild", allows an allowlisted operator to mention the bot in any channel of an allowlisted Discord guild, rather than being restricted to specific allowlisted channels. This change is controlled by a new Changed files
Reviewers, please start by examining |
The internal tier requires the channel to be on
DISCORD_INTERNAL_CHANNEL_IDS, so a mention from an allowlisted operator in any other channel is dropped even when the bot can read it.DISCORD_INTERNAL_GUILD_WIDE=1makes the channel allowlist optional inside an allowlisted guild, keeping the guild allowlist and the user/role allowlist mandatory — a public or shared server stays closed, and the public tier is untouched. Off by default, so existing deployments do not change behavior.