Just set as Record<string, boolean>

This commit is contained in:
Half-Shot 2026-01-06 15:32:36 +00:00
parent b048f5323c
commit 184c8dc3b3

View File

@ -170,16 +170,7 @@ const DEFAULT_CONFIG = {
room_name: string;
},
allow_guest_access: false,
experimental_features: {
/**
* MSC4143 Matrix RTC: Required for `matrix_rtc` configuration.
*/
msc4143_enabled: false,
/**
* MSC3814: Device dehydration SSSS.
*/
msc3814_enabled: false,
},
experimental_features: {} as Record<string, boolean>,
matrix_rtc: undefined as
| undefined
| {