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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user