mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
match other syntax
This commit is contained in:
parent
b12b59a932
commit
894e684dab
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user