Skip to content
Snippets Groups Projects
Unverified Commit 05a37f40 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Remove support for the unstable identifier from MSC3288. (#12398)

parent 2cf74cf2
No related branches found
No related tags found
No related merge requests found
Remove support for the unstable identifiers specified in [MSC3288](https://github.com/matrix-org/matrix-doc/pull/3288).
......@@ -858,8 +858,6 @@ class IdentityHandler:
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment