summary refs log tree commit diff
path: root/synapse/handlers/identity.py
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-04-06 13:27:46 -0400
committerGitHub <noreply@github.com>2022-04-06 13:27:46 -0400
commit05a37f4008c1f384b2b6bcda9dc8d551e19f6ab1 (patch)
tree68fc6b89862b44561083fba4435ac5924e38f5d7 /synapse/handlers/identity.py
parentNarrow the `importlib_metadata` dependency (#12400) (diff)
downloadsynapse-05a37f4008c1f384b2b6bcda9dc8d551e19f6ab1.tar.xz
Remove support for the unstable identifier from MSC3288. (#12398)
Diffstat (limited to '')
-rw-r--r--synapse/handlers/identity.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/handlers/identity.py b/synapse/handlers/identity.py
index 57c9fdfe62..c183e9c465 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: