File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ Enable encrypted appservice related experimental features in the complement docker image.
Original file line number Diff line number Diff line change @@ -104,6 +104,16 @@ experimental_features:
104
104
msc3967_enabled: true
105
105
# Expose a room summary for public rooms
106
106
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
107
117
108
118
server_notices:
109
119
system_mxid_localpart: _server
You can’t perform that action at this time.
0 commit comments