From 05a37f4008c1f384b2b6bcda9dc8d551e19f6ab1 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 6 Apr 2022 13:27:46 -0400 Subject: [PATCH] Remove support for the unstable identifier from MSC3288. (#12398) --- changelog.d/12398.misc | 1 + synapse/handlers/identity.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 changelog.d/12398.misc diff --git a/changelog.d/12398.misc b/changelog.d/12398.misc new file mode 100644 index 000000000..f94054bda --- /dev/null +++ b/changelog.d/12398.misc @@ -0,0 +1 @@ +Remove support for the unstable identifiers specified in [MSC3288](https://github.com/matrix-org/matrix-doc/pull/3288). diff --git a/synapse/handlers/identity.py b/synapse/handlers/identity.py index 57c9fdfe6..c183e9c46 100644 --- a/synapse/handlers/identity.py +++ b/synapse/handlers/identity.py @@ -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: