Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 36d8b83

Browse files
Rename Mutual Rooms unstable_features flag to match MSC (#12445)
Signed-off-by: Jonathan de Jong <[email protected]>
1 parent 32545d2 commit 36d8b83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/12445.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Change Mutual Rooms' `unstable_features` flag to `uk.half-shot.msc2666.mutual_rooms` which matches the current MSC iteration.

synapse/rest/client/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
8686
# Implements additional endpoints as described in MSC2432
8787
"org.matrix.msc2432": True,
8888
# Implements additional endpoints as described in MSC2666
89-
"uk.half-shot.msc2666": True,
89+
"uk.half-shot.msc2666.mutual_rooms": True,
9090
# Whether new rooms will be set to encrypted or not (based on presets).
9191
"io.element.e2ee_forced.public": self.e2ee_forced_public,
9292
"io.element.e2ee_forced.private": self.e2ee_forced_private,

0 commit comments

Comments
 (0)