MSC3244 room capabilities implementation (#10283)

This commit is contained in:
Michael Telatynski 2021-07-20 12:59:23 +01:00 committed by GitHub
parent 794371b1bf
commit 69226c1ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 93 additions and 3 deletions

View file

@ -32,3 +32,6 @@ class ExperimentalConfig(Config):
# MSC2716 (backfill existing history)
self.msc2716_enabled: bool = experimental.get("msc2716_enabled", False)
# MSC3244 (room version capabilities)
self.msc3244_enabled: bool = experimental.get("msc3244_enabled", False)