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

Rename Mutual Rooms unstable_features flag to match MSC #12445

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 match MSC iteration (now; `uk.half-shot.msc2666.mutual_rooms`).
ShadowJonathan marked this conversation as resolved.
Show resolved Hide resolved
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