🔒️(backend) fix email disclosure in room invitation endpoint

Prevent invited participants from seeing each other's email
addresses when sending room invitations.

Ensure invitations are sent with proper isolation to avoid
mass PII disclosure.

This mitigates risks of email harvesting, spam, and phishing
through the platform.
This commit is contained in:
lebaudantoine
2026-03-24 20:18:17 +01:00
parent f57fbf2d35
commit e9f90e95b1
3 changed files with 44 additions and 27 deletions
+4
View File
@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- 🔒️(backend) fix email disclosure in room invitation endpoint #1200
## [1.12.0] - 2026-03-24
### Changed