Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Brendan Abolivier 2019-09-02 13:41:33 +01:00 committed by GitHub
parent 552f71a9f9
commit bddadfeb18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ Implementing this MSC in identity servers would require the databases of
existing identity servers to be updated in a large part to convert the email
addresses of existing associations to lowercase, in order to avoid conflicts.
However, most of this update can usually be done by a single database query (or
a background job running at startup), so the UX improvement outweights this
a background job running at startup), so the UX improvement outweighs this
trouble.
## Potential issues