Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Support for linking out to MSC2965 issuer account management URL #8727

Closed
wants to merge 2 commits into from

Conversation

hughns
Copy link
Member

@hughns hughns commented May 31, 2022


Here's what your changelog entry will look like:

✨ Features

  • Support for linking out to MSC2965 issuer account management URL (#8727). Contributed by @hughns.

@hughns hughns added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements label May 31, 2022
this.setState({ serverSupportsSeparateAddAndBind, canChangePassword });
const externalAccountManagementUrl = (await cli.waitForClientWellKnown())['m.authentication']?.account;

this.setState({ serverSupportsSeparateAddAndBind, canChangePassword, externalAccountManagementUrl });

this.getThreepidState();
Copy link
Member

Choose a reason for hiding this comment

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

The above await now slows down the call to getThreepidState

@hughns
Copy link
Member Author

hughns commented Jun 15, 2022

Closing as this is now rolled into #8681.

@t3chguy i've added a TODO to the above branch so that your review comment about performance doesn't get lost.

@hughns hughns closed this Jun 15, 2022
@hughns hughns deleted the hughns/msc-MSC2965-oidc-discovery branch October 12, 2022 20:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants