summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorJonathan de Jong <jonathandejong02@gmail.com>2022-04-13 11:32:44 +0200
committerGitHub <noreply@github.com>2022-04-13 10:32:44 +0100
commit36d8b83888aaa30dd2738f551ecab4f7eb5c206e (patch)
tree3557a19111139391b19f108017fa534c7af59388 /synapse
parentBump twisted version to the latest in lockfile (#12441) (diff)
downloadsynapse-36d8b83888aaa30dd2738f551ecab4f7eb5c206e.tar.xz
Rename Mutual Rooms `unstable_features` flag to match MSC (#12445)
Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>
Diffstat (limited to 'synapse')
-rw-r--r--synapse/rest/client/versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/versions.py b/synapse/rest/client/versions.py
index 7ee6b5505b..7b29026381 100644
--- a/synapse/rest/client/versions.py
+++ b/synapse/rest/client/versions.py
@@ -86,7 +86,7 @@ class VersionsRestServlet(RestServlet):
                     # Implements additional endpoints as described in MSC2432
                     "org.matrix.msc2432": True,
                     # Implements additional endpoints as described in MSC2666
-                    "uk.half-shot.msc2666": True,
+                    "uk.half-shot.msc2666.mutual_rooms": True,
                     # Whether new rooms will be set to encrypted or not (based on presets).
                     "io.element.e2ee_forced.public": self.e2ee_forced_public,
                     "io.element.e2ee_forced.private": self.e2ee_forced_private,