mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
use as
This commit is contained in:
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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user