From aa5f5ede3331bf916f459137e9d0df3ac0743093 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 3 May 2022 12:43:12 -0400 Subject: Remove unstable identifiers for MSC3069. (#12596) --- synapse/rest/client/account.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'synapse') diff --git a/synapse/rest/client/account.py b/synapse/rest/client/account.py index 5587cae98a..bdc4a9c068 100644 --- a/synapse/rest/client/account.py +++ b/synapse/rest/client/account.py @@ -882,9 +882,7 @@ class WhoamiRestServlet(RestServlet): response = { "user_id": requester.user.to_string(), - # MSC: https://github.com/matrix-org/matrix-doc/pull/3069 # Entered spec in Matrix 1.2 - "org.matrix.msc3069.is_guest": bool(requester.is_guest), "is_guest": bool(requester.is_guest), } -- cgit 1.5.1