summary refs log tree commit diff
path: root/docker/complement/conf
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2024-11-20 16:35:43 +0000
committerGitHub <noreply@github.com>2024-11-20 16:35:43 +0000
commitf73edbe4d216be2279caed3909736d1b8906e429 (patch)
treefcc7e2917bf26e34f738379b850ddeb4e2a64490 /docker/complement/conf
parentFix nix flake (diff)
downloadsynapse-f73edbe4d216be2279caed3909736d1b8906e429.tar.xz
Add encrypted appservice extensions to Complement test image. (#17945)
Diffstat (limited to 'docker/complement/conf')
-rw-r--r--docker/complement/conf/workers-shared-extra.yaml.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/complement/conf/workers-shared-extra.yaml.j2 b/docker/complement/conf/workers-shared-extra.yaml.j2

index b9334cc53b..9a74c617bc 100644 --- a/docker/complement/conf/workers-shared-extra.yaml.j2 +++ b/docker/complement/conf/workers-shared-extra.yaml.j2
@@ -104,6 +104,16 @@ experimental_features: msc3967_enabled: true # Expose a room summary for public rooms msc3266_enabled: true + # Send to-device messages to application services + msc2409_to_device_messages_enabled: true + # Allow application services to masquerade devices + msc3202_device_masquerading: true + # Sending device list changes, one-time key counts and fallback key usage to application services + msc3202_transaction_extensions: true + # Proxy OTK claim requests to exclusive ASes + msc3983_appservice_otk_claims: true + # Proxy key queries to exclusive ASes + msc3984_appservice_key_query: true server_notices: system_mxid_localpart: _server