Skip to content
Snippets Groups Projects
Commit cfc00068 authored by Neil Johnson's avatar Neil Johnson
Browse files

enable aggregations support by default

parent 82345bc0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment