This commit is contained in:
batmanhz 2026-04-24 19:25:06 -05:00 committed by GitHub
commit 6743c4777b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 57 additions and 18 deletions

View file

@ -574,6 +574,8 @@ def load_gateway_config() -> GatewayConfig:
bridged["require_mention"] = platform_cfg["require_mention"]
if "free_response_channels" in platform_cfg:
bridged["free_response_channels"] = platform_cfg["free_response_channels"]
if "free_response_chats" in platform_cfg:
bridged["free_response_chats"] = platform_cfg["free_response_chats"]
if "mention_patterns" in platform_cfg:
bridged["mention_patterns"] = platform_cfg["mention_patterns"]
if "dm_policy" in platform_cfg: