diff options
author | Andrew Morgan <andrewm@element.io> | 2022-11-14 18:23:07 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2022-12-19 16:44:24 +0000 |
commit | 8c255cbb1da62758911dad330d9ba86691ce770f (patch) | |
tree | 6e487ebe47599e423942fe589e9542661ee04cb7 | |
parent | Add replication methods for removing account data (diff) | |
download | synapse-8c255cbb1da62758911dad330d9ba86691ce770f.tar.xz |
Set 'experimental_features.msc3391_enabled' config to true for complement tests
-rw-r--r-- | docker/complement/conf/workers-shared-extra.yaml.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/complement/conf/workers-shared-extra.yaml.j2 b/docker/complement/conf/workers-shared-extra.yaml.j2 index ca640c343b..cb839fed07 100644 --- a/docker/complement/conf/workers-shared-extra.yaml.j2 +++ b/docker/complement/conf/workers-shared-extra.yaml.j2 @@ -102,6 +102,8 @@ experimental_features: {% endif %} # Filtering /messages by relation type. msc3874_enabled: true + # Enable removing account data support + msc3391_enabled: true server_notices: system_mxid_localpart: _server |