enable aggregations support by default
This commit is contained in:
parent
82345bc09a
commit
cfc00068bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue