Skip to content

Commit

Permalink
enable aggregations support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
neilisfragile committed Jul 18, 2019
1 parent 82345bc commit cfc0006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/config/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def read_config(self, config, **kwargs):

# 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
Expand Down

0 comments on commit cfc0006

Please sign in to comment.