Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
05a37f40
Unverified
Commit
05a37f40
authored
2 years ago
by
Patrick Cloke
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove support for the unstable identifier from MSC3288. (#12398)
parent
2cf74cf2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/12398.misc
+1
-0
1 addition, 0 deletions
changelog.d/12398.misc
synapse/handlers/identity.py
+0
-2
0 additions, 2 deletions
synapse/handlers/identity.py
with
1 addition
and
2 deletions
changelog.d/12398.misc
0 → 100644
+
1
−
0
View file @
05a37f40
Remove support for the unstable identifiers specified in [MSC3288](https://github.com/matrix-org/matrix-doc/pull/3288).
This diff is collapsed.
Click to expand it.
synapse/handlers/identity.py
+
0
−
2
View file @
05a37f40
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment