feat: switches

This commit is contained in:
Tristan Yang
2024-09-11 18:16:44 +08:00
parent fc63ee1951
commit 10cc2663e2
10 changed files with 127 additions and 225 deletions
+2
View File
@@ -14,6 +14,8 @@ export interface SystemCommon {
contact_verification_enable?: boolean;
chat_layout_mode?: ChatLayout;
max_file_expiry_mode?: MessageExpireMode;
only_admin_can_create_group: boolean;
ext_setting: null | string;
}
export interface GithubAuthConfig {
client_id?: string;