Skip to content

Commit

Permalink
Change name of flag to match unstable prefix
Browse files Browse the repository at this point in the history
Use "im.nheko" instead of "org.matrix"
  • Loading branch information
AndrewFerr committed Oct 1, 2024
1 parent b025f6f commit 6548d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def on_GET(self, request: SynapseRequest) -> Tuple[int, JsonDict]:
# Supports receiving private read receipts as per MSC2285
"org.matrix.msc2285.stable": True, # TODO: Remove when MSC2285 becomes a part of the spec
# Supports room previews as per MSC3266
"org.matrix.msc3266": self.config.experimental.msc3266_enabled,
"im.nheko.msc3266": self.config.experimental.msc3266_enabled,
# Supports filtering of /publicRooms by room type as per MSC3827
"org.matrix.msc3827.stable": True,
# Adds support for thread relations, per MSC3440.
Expand Down

0 comments on commit 6548d6e

Please sign in to comment.