feat: more setting of ext

This commit is contained in:
Tristan Yang
2025-02-10 17:15:16 +08:00
parent 82761ee73e
commit 0972c87842
13 changed files with 87 additions and 14 deletions
+1
View File
@@ -15,6 +15,7 @@ export interface SystemCommon {
chat_layout_mode?: ChatLayout;
max_file_expiry_mode?: MessageExpireMode;
only_admin_can_create_group: boolean;
who_can_invite_users: boolean;
ext_setting: null | string;
msg_smtp_notify_enable: boolean;
msg_smtp_notify_delay_seconds: number;