element-web/test/settings
Eric Eastwood bc60e59eda
Add stable unstable version for jump to date before v1.6 is fully supported on a homeserver (#10398)
Add stable unstable version (`org.matrix.msc3030.stable`) for jump to date [before `v1.6` is fully supported on a homeserver](https://github.com/matrix-org/synapse/issues/15089).

Related to https://github.com/vector-im/element-web/issues/24362 but does not solve immediately because Synapse does not supply `org.matrix.msc3030.stable` yet

Also refactored `ServerSupportUnstableFeatureController` to support multiple feature groups where any one of them will enable the setting. All features in a feature group are required. This way having either `org.matrix.msc3030` or `org.matrix.msc3030.stable` will enable the jump to date feature flag with a config of `[["org.matrix.msc3030"], ["org.matrix.msc3030.stable"]]`
2023-03-17 15:08:17 -05:00
..
controllers Add stable unstable version for jump to date before v1.6 is fully supported on a homeserver (#10398) 2023-03-17 15:08:17 -05:00
enums Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
handlers Add test coverage (#9928) 2023-01-18 15:49:34 +01:00
watchers Conform more code to strict null checking (#10153) 2023-02-15 13:36:22 +00:00
SettingsStore-test.ts Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00