Merge pull request #211 from matrix-org/email_in_use

Changes for unique emails
This commit is contained in:
Mark Haines 2015-08-20 10:04:04 +01:00
commit a0b8e5f2fe
5 changed files with 75 additions and 1 deletions

View file

@ -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):