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
efabf44c
Unverified
Commit
efabf44c
authored
2 years ago
by
Brendan Abolivier
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add version flag for MSC3881 (#13860)
parent
ccca1414
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/13860.feature
+1
-0
1 addition, 0 deletions
changelog.d/13860.feature
synapse/rest/client/versions.py
+2
-0
2 additions, 0 deletions
synapse/rest/client/versions.py
with
3 additions
and
0 deletions
changelog.d/13860.feature
0 → 100644
+
1
−
0
View file @
efabf44c
Add experimental support for [MSC3881
:
Remotely toggle push notifications for another client](https
:
//github.com/matrix-org/matrix-spec-proposals/pull/3881).
This diff is collapsed.
Click to expand it.
synapse/rest/client/versions.py
+
2
−
0
View file @
efabf44c
...
...
@@ -107,6 +107,8 @@ class VersionsRestServlet(RestServlet):
"
fi.mau.msc2815
"
:
self
.
config
.
experimental
.
msc2815_enabled
,
# Adds support for login token requests as per MSC3882
"
org.matrix.msc3882
"
:
self
.
config
.
experimental
.
msc3882_enabled
,
# Adds support for remotely enabling/disabling pushers, as per MSC3881
"
org.matrix.msc3881
"
:
self
.
config
.
experimental
.
msc3881_enabled
,
},
},
)
...
...
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