feat: add user search, direct messaging, and friend addition settings (#324)

* feat: add user search, direct messaging, and friend addition settings

* chore: bump version to v0.9.71
This commit is contained in:
haorwen
2026-04-04 18:24:25 +08:00
committed by GitHub
parent 079ddfbc6a
commit 91ba7c007e
16 changed files with 283 additions and 27 deletions
+3
View File
@@ -19,6 +19,9 @@ export interface SystemCommon {
ext_setting: null | string;
msg_smtp_notify_enable: boolean;
msg_smtp_notify_delay_seconds: number;
dm_enable?: boolean;
add_friend_enable?: boolean;
search_user_enable?: boolean;
}
export interface GithubAuthConfig {
client_id?: string;