mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 14:16:07 -04:00
Merge pull request #211 from matrix-org/email_in_use
Changes for unique emails
This commit is contained in:
commit
a0b8e5f2fe
5 changed files with 75 additions and 1 deletions
|
@ -40,6 +40,7 @@ class Codes(object):
|
|||
TOO_LARGE = "M_TOO_LARGE"
|
||||
EXCLUSIVE = "M_EXCLUSIVE"
|
||||
THREEPID_AUTH_FAILED = "M_THREEPID_AUTH_FAILED"
|
||||
THREEPID_IN_USE = "THREEPID_IN_USE"
|
||||
|
||||
|
||||
class CodeMessageException(RuntimeError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue