Allow specifying help URLs in config.json (#11070)

* Allow specifying help URLs in config.json

* Fix test
This commit is contained in:
Michael Telatynski
2023-06-14 07:45:19 +00:00
committed by GitHub
parent ba28174ac0
commit ea0e9abc2b
5 changed files with 14 additions and 3 deletions
+2
View File
@@ -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?: {