Apply prettier formatting
This commit is contained in:
@@ -57,7 +57,7 @@ export interface IConfigOptions {
|
||||
branding?: {
|
||||
welcome_background_url?: string | string[]; // chosen at random if array
|
||||
auth_header_logo_url?: string;
|
||||
auth_footer_links?: {text: string, url: string}[];
|
||||
auth_footer_links?: { text: string; url: string }[];
|
||||
};
|
||||
|
||||
map_style_url?: string; // for location-shared maps
|
||||
@@ -163,7 +163,7 @@ export interface IConfigOptions {
|
||||
|
||||
enable_presence_by_hs_url?: Record<string, boolean>; // <HomeserverName, Enabled>
|
||||
|
||||
terms_and_conditions_links?: { url: string, text: string }[];
|
||||
terms_and_conditions_links?: { url: string; text: string }[];
|
||||
|
||||
latex_maths_delims?: {
|
||||
inline?: {
|
||||
|
||||
Reference in New Issue
Block a user