Skip to content

Commit

Permalink
Add encrypted appservice extensions to Complement test image. (#17945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot authored Nov 20, 2024
1 parent ddd1d79 commit f73edbe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/17945.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enable encrypted appservice related experimental features in the complement docker image.
10 changes: 10 additions & 0 deletions docker/complement/conf/workers-shared-extra.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f73edbe

Please sign in to comment.