Add way to create a user notice via config.json (#9559)
This commit is contained in:
@@ -183,6 +183,12 @@ export interface IConfigOptions {
|
||||
// length per voice chunk in seconds
|
||||
chunk_length?: number;
|
||||
};
|
||||
|
||||
user_notice?: {
|
||||
title: string;
|
||||
description: string;
|
||||
show_once?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface ISsoRedirectOptions {
|
||||
|
||||
Reference in New Issue
Block a user