fix platform engineer not allowed to respond to discord messages

This commit is contained in:
Roger Oriol
2026-07-18 19:20:23 +02:00
parent 7a7d67bedc
commit 8bc3025296

View File

@@ -59,6 +59,16 @@ data:
cron: cron:
wrap_response: false wrap_response: false
discord:
allowed_channels: '1470909384162017444' # DISCORD_HOME_CHANNEL
free_response_channels: '1470909384162017444' # no @mention needed here
# Per-platform gateway auth. Paired with GATEWAY_ALLOW_ALL_USERS=true in
# the env (secret.yaml), this lets the bot reply to inbound DMs and
# group messages from anyone. Tighten later by switching to
# DISCORD_ALLOWED_USERS=<id> in the secret and dropping these two lines.
dm_policy: open
group_policy: open
memory: memory:
memory_enabled: true memory_enabled: true
user_profile_enabled: true user_profile_enabled: true