tchapgouv / tchap-android

A matrix client for Android.
https://play.google.com/store/apps/details?id=fr.gouv.tchap.a
Apache License 2.0
19 stars 7 forks source link

Invitations : forcer l'email en minuscules à l'envoi d'invitation #1034

Closed NicolasBuquet closed 1 month ago

NicolasBuquet commented 2 months ago

Lié à ce ticket : https://github.com/tchapgouv/tchap-support/issues/38

yostyle commented 2 months ago

il est préférable de réaliser cette modification sur le backend https://github.com/tchapgouv/tchap-support/issues/38#issuecomment-2079430695

yostyle commented 1 month ago

@NicolasBuquet c'est déjà en lowercase sur Android : https://github.com/tchapgouv/tchap-android/blob/main/vector/src/main/java/fr/gouv/tchap/core/dialogs/InviteByEmailDialog.kt#L44

La logique du code a été repris de Tchap v1 https://github.com/tchapgouv/tchap-android/issues/86