feat(access): add guest chat ACL (#235)

This commit is contained in:
BBQ
2026-03-14 17:15:41 +08:00
committed by GitHub
parent c8728ffc2c
commit 839e63acda
86 changed files with 6886 additions and 2554 deletions
+1
View File
@@ -12,6 +12,7 @@ DROP TABLE IF EXISTS bot_history_messages;
DROP TABLE IF EXISTS bot_channel_routes;
DROP TABLE IF EXISTS channel_identity_bind_codes;
DROP TABLE IF EXISTS bot_preauth_keys;
DROP TABLE IF EXISTS bot_acl_rules;
DROP TABLE IF EXISTS bot_channel_configs;
DROP TABLE IF EXISTS mcp_connections;
DROP TABLE IF EXISTS bot_members;