Add encrypted appservice extensions to Complement test image. (#17945)

This commit is contained in:
Will Hunt 2024-11-20 16:35:43 +00:00 committed by GitHub
parent ddd1d79d03
commit f73edbe4d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

1
changelog.d/17945.misc Normal file
View file

@ -0,0 +1 @@
Enable encrypted appservice related experimental features in the complement docker image.

View file

@ -104,6 +104,16 @@ experimental_features:
msc3967_enabled: true msc3967_enabled: true
# Expose a room summary for public rooms # Expose a room summary for public rooms
msc3266_enabled: true 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: server_notices:
system_mxid_localpart: _server system_mxid_localpart: _server