enable aggregations support by default

This commit is contained in:
Neil Johnson 2019-07-18 15:56:59 +01:00
parent 82345bc09a
commit cfc00068bd

View File

@ -136,7 +136,7 @@ class ServerConfig(Config):
# Whether to enable experimental MSC1849 (aka relations) support
self.experimental_msc1849_support_enabled = config.get(
"experimental_msc1849_support_enabled", False
"experimental_msc1849_support_enabled", True
)
# Options to control access by tracking MAU