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

Commit

Permalink
Rename Mutual Rooms unstable_features flag to match MSC (#12445)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>
  • Loading branch information
ShadowJonathan authored Apr 13, 2022
1 parent 32545d2 commit 36d8b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/12445.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change Mutual Rooms' `unstable_features` flag to `uk.half-shot.msc2666.mutual_rooms` which matches the current MSC iteration.
2 changes: 1 addition & 1 deletion synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
# 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,
Expand Down

0 comments on commit 36d8b83

Please sign in to comment.