🩹(backend) use case-insensitive email matching in the external api

Fix a minor issue in the external API where users were matched using
case-sensitive email comparison, while authentication treats emails as
case-insensitive. This caused inconsistencies that are now resolved.

Spotted by T. Lemeur from Centrale.
This commit is contained in:
lebaudantoine
2026-01-20 20:13:57 +01:00
committed by aleb_the_flash
parent 250e599465
commit 99a18b6e90
3 changed files with 9 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ and this project adheres to
- ♿(frontend) improve contrast for selected options #863
- ♿️(frontend) announce copy state in invite dialog #877
- 📝(frontend) align close dialog label in rooms locale #878
- 🩹(backend) use case-insensitive email matching in the external api #887
## [1.3.0] - 2026-01-13