diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-13 19:32:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 19:32:10 +0000 |
commit | 54cd90ea60610a6dc24a291dd0cad4ce9bea8728 (patch) | |
tree | 81289a6ea7699888277f55b8eca015411c9b5443 /docker | |
parent | Use stable identifiers for faster joins (#14832) (diff) | |
download | synapse-54cd90ea60610a6dc24a291dd0cad4ce9bea8728.tar.xz |
Implement MSC3890: Remotely silence local notifications (#14775)
Diffstat (limited to 'docker')
-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 cb839fed07..1170694df5 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 deleting device-specific notification settings stored in account data + msc3890_enabled: true # Enable removing account data support msc3391_enabled: true |