Just set as Record<string, boolean>
This commit is contained in:
@@ -170,16 +170,7 @@ const DEFAULT_CONFIG = {
|
|||||||
room_name: string;
|
room_name: string;
|
||||||
},
|
},
|
||||||
allow_guest_access: false,
|
allow_guest_access: false,
|
||||||
experimental_features: {
|
experimental_features: {} as Record<string, boolean>,
|
||||||
/**
|
|
||||||
* MSC4143 Matrix RTC: Required for `matrix_rtc` configuration.
|
|
||||||
*/
|
|
||||||
msc4143_enabled: false,
|
|
||||||
/**
|
|
||||||
* MSC3814: Device dehydration SSSS.
|
|
||||||
*/
|
|
||||||
msc3814_enabled: false,
|
|
||||||
},
|
|
||||||
matrix_rtc: undefined as
|
matrix_rtc: undefined as
|
||||||
| undefined
|
| undefined
|
||||||
| {
|
| {
|
||||||
|
|||||||
Reference in New Issue
Block a user