element-hq / element-hq/synapse
Room invite: Forbid multiple invitation to the same email of a non matrix enabled contact
Open
A-Invite
O-Uncommon
S-Tolerable
T-Defect
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#1817](https://github.com/matrix-org/synapse/issues/1817).
---
For the time being, it's possible to send multiple invitations to an email of a non matrix enabled contact.
Related API is https://matrix.org/speculator/spec/HEAD/client_server/unstable.html#post-matrix-client-unstable-rooms-roomid-invite
As the API return an error when trying to invite a second time a matrix enabled contact, we should block invitation to the same email.
Contributor guide
Assessment
This issue has not been assessed yet.