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

Commit

Permalink
Remove support for the unstable identifier from MSC3288. (#12398)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Apr 6, 2022
1 parent 2cf74cf commit 05a37f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/12398.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove support for the unstable identifiers specified in [MSC3288](https://github.com/matrix-org/matrix-doc/pull/3288).
2 changes: 0 additions & 2 deletions synapse/handlers/identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,6 @@ async def ask_id_server_for_third_party_invite(

if room_type is not None:
invite_config["room_type"] = room_type
# TODO The unstable field is deprecated and should be removed in the future.
invite_config["org.matrix.msc3288.room_type"] = room_type

# If a custom web client location is available, include it in the request.
if self._web_client_location:
Expand Down

0 comments on commit 05a37f4

Please sign in to comment.