match other syntax
This commit is contained in:
@@ -174,7 +174,7 @@ const DEFAULT_CONFIG = {
|
|||||||
msc4143_enabled: false,
|
msc4143_enabled: false,
|
||||||
},
|
},
|
||||||
matrix_rtc: {
|
matrix_rtc: {
|
||||||
transports: [] as { type: string; [field: string]: string }[],
|
transports: Array<{ type: string; [field: string]: string }>,
|
||||||
},
|
},
|
||||||
oidc_providers: [],
|
oidc_providers: [],
|
||||||
serve_server_wellknown: true,
|
serve_server_wellknown: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user