Remove support for unstable MSC2965 - #20143
Open
richvdh wants to merge 7 commits into
Open
Conversation
richvdh
commented
Aug 25, 2026
Comment on lines
-59
to
-62
| result["org.matrix.msc2965.authentication"] = { | ||
| "issuer": await self._auth.issuer(), | ||
| "account": await self._auth.account_management_url(), | ||
| } |
Member
Author
There was a problem hiding this comment.
note: https://github.com/element-hq/backend-internal/issues/210 confirms that this is unused.
Member
That is not exactly right, the .well-known on m.org is managed on the m.org website repo. But that was fixed in the meantime: |
Member
Author
Good spot, thanks. Have opened matrix-org/matrix.org#3611. |
richvdh
marked this pull request as draft
August 26, 2026 09:54
We no longer put oauth stuff in .well-known
richvdh
marked this pull request as ready for review
September 2, 2026 18:44
reivilibre
requested review from
a team and
sandhose
and removed request for
a team
September 3, 2026 15:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These things are not needed now that MSC2965 has stabilised. In any case, they
should never have been exposed without a config flag in the first place.
Related: #19227