Skip to content
Snippets Groups Projects
Unverified Commit efabf44c authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Add version flag for MSC3881 (#13860)

parent ccca1414
No related branches found
No related tags found
No related merge requests found
Add experimental support for [MSC3881: Remotely toggle push notifications for another client](https://github.com/matrix-org/matrix-spec-proposals/pull/3881).
......@@ -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,
},
},
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment