summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-07-08 17:42:48 +0100
committerDavid Baker <dave@matrix.org>2016-07-08 17:42:48 +0100
commit385aec401015b12b763f630abf48ad2b8b30649c (patch)
tree1efa1240e2408abe10f4bd3aa00afbdfec397eac /synapse/api
parentMerge branch 'master' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-385aec401015b12b763f630abf48ad2b8b30649c.tar.xz
Implement https://github.com/matrix-org/matrix-doc/pull/346/files
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/errors.py b/synapse/api/errors.py
index b219b46a4b..0041646858 100644
--- a/synapse/api/errors.py
+++ b/synapse/api/errors.py
@@ -43,6 +43,7 @@ class Codes(object):
     EXCLUSIVE = "M_EXCLUSIVE"
     THREEPID_AUTH_FAILED = "M_THREEPID_AUTH_FAILED"
     THREEPID_IN_USE = "M_THREEPID_IN_USE"
+    THREEPID_NOT_FOUND = "M_THREEPID_NOT_FOUND"
     INVALID_USERNAME = "M_INVALID_USERNAME"
     SERVER_NOT_TRUSTED = "M_SERVER_NOT_TRUSTED"