Allow specifying help URLs in config.json (#11070)
* Allow specifying help URLs in config.json * Fix test
This commit is contained in:
@@ -152,6 +152,8 @@ export interface IConfigOptions {
|
||||
enable_presence_by_hs_url?: Record<string, boolean>; // <HomeserverName, Enabled>
|
||||
|
||||
terms_and_conditions_links?: { url: string; text: string }[];
|
||||
help_url: string;
|
||||
help_encryption_url: string;
|
||||
|
||||
latex_maths_delims?: {
|
||||
inline?: {
|
||||
|
||||
Reference in New Issue
Block a user