Remove unstable MSC3283 flags (#12018)

Fixes #11962
This commit is contained in:
Erik Johnston 2022-02-17 17:22:55 +00:00 committed by GitHub
parent 707049c6ff
commit 3f4d25a48b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 17 deletions

View file

@ -41,9 +41,6 @@ class ExperimentalConfig(Config):
# MSC3244 (room version capabilities)
self.msc3244_enabled: bool = experimental.get("msc3244_enabled", True)
# MSC3283 (set displayname, avatar_url and change 3pid capabilities)
self.msc3283_enabled: bool = experimental.get("msc3283_enabled", False)
# MSC3266 (room summary api)
self.msc3266_enabled: bool = experimental.get("msc3266_enabled", False)