mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-31 13:34:14 -04:00
Remove unstable identifiers for MSC3069. (#12596)
This commit is contained in:
parent
d66d68f917
commit
aa5f5ede33
3 changed files with 1 additions and 8 deletions
|
@ -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),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue