Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 780eadf9 authored by Louis Chemineau's avatar Louis Chemineau Committed by backportbot-nextcloud[bot]
Browse files

Compare lower case email when checking invitees



When comparing email to check if it is present in the invitees list, we do not normalize the value.
This leads to inconsistancies:
- the user will see two options when searching for alice@exampe.com if the stored email is Alice@example.com
- the user will see one option when searching for alice@exampe.com if the stored email is alice@example.com

This PR transform the values to lower cases to consolidate the number of options offered to the user.

Signed-off-by: default avatarLouis Chemineau <louis@chmn.me>
parent 9f3157f1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment