Move support for MSC3026 behind an experimental flag

This commit is contained in:
Brendan Abolivier 2021-03-18 18:37:19 +01:00
parent 405aeb0b2c
commit 066c703729
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD
3 changed files with 18 additions and 3 deletions

View file

@ -27,3 +27,5 @@ class ExperimentalConfig(Config):
# MSC2858 (multiple SSO identity providers)
self.msc2858_enabled = experimental.get("msc2858_enabled", False) # type: bool
# MSC3026 (busy presence state)
self.msc3026_enabled = experimental.get("msc3026_enabled", False) # type: bool