Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
59ca7300
Unverified
Commit
59ca7300
authored
2 years ago
by
Patrick Cloke
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Enable testing MSC3874 in complement. (#14339)
parent
2bd7f3ee
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog.d/14339.misc
+1
-0
1 addition, 0 deletions
changelog.d/14339.misc
docker/complement/conf/workers-shared-extra.yaml.j2
+2
-2
2 additions, 2 deletions
docker/complement/conf/workers-shared-extra.yaml.j2
scripts-dev/complement.sh
+1
-1
1 addition, 1 deletion
scripts-dev/complement.sh
with
4 additions
and
3 deletions
changelog.d/14339.misc
0 → 100644
+
1
−
0
View file @
59ca7300
Enabling testing of [MSC3874](https://github.com/matrix-org/matrix-spec-proposals/pull/3874) (filtering of `/messages` by relation type) in complement.
This diff is collapsed.
Click to expand it.
docker/complement/conf/workers-shared-extra.yaml.j2
+
2
−
2
View file @
59ca7300
...
...
@@ -92,8 +92,6 @@ allow_device_name_lookup_over_federation: true
## Experimental Features ##
experimental_features:
# Enable spaces support
spaces_enabled: true
# Enable history backfilling support
msc2716_enabled: true
# server-side support for partial state in /send_join responses
...
...
@@ -104,6 +102,8 @@ experimental_features:
{% endif %}
# Enable jump to date endpoint
msc3030_enabled: true
# Filtering /messages by relation type.
msc3874_enabled: true
server_notices:
system_mxid_localpart: _server
...
...
This diff is collapsed.
Click to expand it.
scripts-dev/complement.sh
+
1
−
1
View file @
59ca7300
...
...
@@ -126,7 +126,7 @@ export COMPLEMENT_BASE_IMAGE=complement-synapse
extra_test_args
=()
test_tags
=
"synapse_blacklist,msc3787"
test_tags
=
"synapse_blacklist,msc3787
,msc3874
"
# All environment variables starting with PASS_ will be shared.
# (The prefix is stripped off before reaching the container.)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment