match other syntax

This commit is contained in:
Half-Shot 2026-01-06 13:33:08 +00:00
parent b12b59a932
commit 894e684dab

View File

@ -174,7 +174,7 @@ const DEFAULT_CONFIG = {
msc4143_enabled: false,
},
matrix_rtc: {
transports: [] as { type: string; [field: string]: string }[],
transports: Array<{ type: string; [field: string]: string }>,
},
oidc_providers: [],
serve_server_wellknown: true,