forked from MirrorHub/synapse
Enable testing MSC3874 in complement. (#14339)
This commit is contained in:
parent
2bd7f3eeab
commit
59ca73006c
3 changed files with 4 additions and 3 deletions
1
changelog.d/14339.misc
Normal file
1
changelog.d/14339.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Enabling testing of [MSC3874](https://github.com/matrix-org/matrix-spec-proposals/pull/3874) (filtering of `/messages` by relation type) in complement.
|
|
@ -92,8 +92,6 @@ allow_device_name_lookup_over_federation: true
|
||||||
## Experimental Features ##
|
## Experimental Features ##
|
||||||
|
|
||||||
experimental_features:
|
experimental_features:
|
||||||
# Enable spaces support
|
|
||||||
spaces_enabled: true
|
|
||||||
# Enable history backfilling support
|
# Enable history backfilling support
|
||||||
msc2716_enabled: true
|
msc2716_enabled: true
|
||||||
# server-side support for partial state in /send_join responses
|
# server-side support for partial state in /send_join responses
|
||||||
|
@ -104,6 +102,8 @@ experimental_features:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# Enable jump to date endpoint
|
# Enable jump to date endpoint
|
||||||
msc3030_enabled: true
|
msc3030_enabled: true
|
||||||
|
# Filtering /messages by relation type.
|
||||||
|
msc3874_enabled: true
|
||||||
|
|
||||||
server_notices:
|
server_notices:
|
||||||
system_mxid_localpart: _server
|
system_mxid_localpart: _server
|
||||||
|
|
|
@ -126,7 +126,7 @@ export COMPLEMENT_BASE_IMAGE=complement-synapse
|
||||||
|
|
||||||
extra_test_args=()
|
extra_test_args=()
|
||||||
|
|
||||||
test_tags="synapse_blacklist,msc3787"
|
test_tags="synapse_blacklist,msc3787,msc3874"
|
||||||
|
|
||||||
# All environment variables starting with PASS_ will be shared.
|
# All environment variables starting with PASS_ will be shared.
|
||||||
# (The prefix is stripped off before reaching the container.)
|
# (The prefix is stripped off before reaching the container.)
|
||||||
|
|
Loading…
Reference in a new issue