Add experimental features flag

This commit is contained in:
Andrew Morgan 2022-10-20 15:35:54 +01:00 committed by Andrew Morgan
parent a17c4e0590
commit c5765a480f

View file

@ -136,3 +136,6 @@ class ExperimentalConfig(Config):
# Enable room version (and thus applicable push rules from MSC3931/3932)
version_id = RoomVersions.MSC1767v10.identifier
KNOWN_ROOM_VERSIONS[version_id] = RoomVersions.MSC1767v10
# MSC3391: Removing account data.
self.msc3391_enabled = experimental.get("msc3391_enabled", False)