Added missing "enable_direct_connections" to config type

This commit is contained in:
Jesper Kristensen 2025-05-14 14:53:36 +02:00
parent 950f3cdcc0
commit 8b194bc781
No known key found for this signature in database
GPG Key ID: D21D8D9A823A2F42

View File

@ -213,6 +213,7 @@ type Config = {
enable_admin_chat_access: boolean;
enable_community_sharing: boolean;
enable_autocomplete_generation: boolean;
enable_direct_connections: boolean;
};
oauth: {
providers: {