Merge pull request #172 from element-hq/hs/type-msc3814_enabled

Set experimental_features type to Record<string, boolean>
This commit is contained in:
Will Hunt 2026-01-06 15:42:20 +00:00 committed by GitHub
commit a4b5142837

View File

@ -170,12 +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,
},
experimental_features: {} as Record<string, boolean>,
matrix_rtc: undefined as
| undefined
| {