This commit is contained in:
Half-Shot
2026-01-06 14:14:21 +00:00
parent 839a757d94
commit 1bf78ac7c4
@@ -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: {