Remove experimental configuration flag for MSC3666. (#12436)

This commit is contained in:
Patrick Cloke 2022-04-11 15:37:46 -04:00 committed by GitHub
parent 4586119f0b
commit ab3165efb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 19 deletions

View file

@ -28,8 +28,6 @@ class ExperimentalConfig(Config):
# MSC3440 (thread relation)
self.msc3440_enabled: bool = experimental.get("msc3440_enabled", False)
# MSC3666: including bundled relations in /search.
self.msc3666_enabled: bool = experimental.get("msc3666_enabled", False)
# MSC3026 (busy presence state)
self.msc3026_enabled: bool = experimental.get("msc3026_enabled", False)