Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stable ids for MSC 2858 #3443

Merged
merged 1 commit into from
Jun 1, 2021
Merged

stable ids for MSC 2858 #3443

merged 1 commit into from
Jun 1, 2021

Conversation

BillCarsonFr
Copy link
Member

Fixes #3442

@bmarty bmarty self-requested a review June 1, 2021 10:18
Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One remark, else LGTM

@@ -42,7 +42,7 @@ internal data class LoginFlow(
* the client can show a button for each of the supported providers
* See MSC #2858
*/
@Json(name = "org.matrix.msc2858.identity_providers")
@Json(name = "identity_providers")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we add a field for identity_providers, and use it first, or take org.matrix.msc2858.identity_providers if present?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

synapse is already using stable id since synapse 1.30, so we can just drop

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, fine

@bmarty bmarty merged commit 34a2d81 into develop Jun 1, 2021
@bmarty bmarty deleted the feature/bca/stable_endpoint_2858 branch June 1, 2021 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to stable endpoint/fields for MSC2858
2 participants