Skip to content

Commit f73edbe

Browse files
authored
Add encrypted appservice extensions to Complement test image. (#17945)
1 parent ddd1d79 commit f73edbe

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

changelog.d/17945.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable encrypted appservice related experimental features in the complement docker image.

docker/complement/conf/workers-shared-extra.yaml.j2

+10
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ experimental_features:
104104
msc3967_enabled: true
105105
# Expose a room summary for public rooms
106106
msc3266_enabled: true
107+
# Send to-device messages to application services
108+
msc2409_to_device_messages_enabled: true
109+
# Allow application services to masquerade devices
110+
msc3202_device_masquerading: true
111+
# Sending device list changes, one-time key counts and fallback key usage to application services
112+
msc3202_transaction_extensions: true
113+
# Proxy OTK claim requests to exclusive ASes
114+
msc3983_appservice_otk_claims: true
115+
# Proxy key queries to exclusive ASes
116+
msc3984_appservice_key_query: true
107117

108118
server_notices:
109119
system_mxid_localpart: _server

0 commit comments

Comments
 (0)