use as
This commit is contained in:
@@ -176,9 +176,11 @@ const DEFAULT_CONFIG = {
|
||||
*/
|
||||
msc4143_enabled: false,
|
||||
},
|
||||
matrix_rtc: {
|
||||
transports: Array<{ type: string; [field: string]: string }>,
|
||||
},
|
||||
matrix_rtc: undefined as
|
||||
| undefined
|
||||
| {
|
||||
transports: Array<{ type: string; [field: string]: string }>;
|
||||
},
|
||||
oidc_providers: [],
|
||||
serve_server_wellknown: true,
|
||||
presence: {
|
||||
|
||||
Reference in New Issue
Block a user