summary refs log tree commit diff
path: root/synapse/api/errors.py
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <daniel@matrix.org>2016-02-12 16:17:24 +0000
committerDaniel Wagner-Hall <daniel@matrix.org>2016-02-12 16:17:24 +0000
commit4de08a4672c62eebda2ad3ee89643c2c32242cbf (patch)
tree1fc9e3c4ba992e6c35efb68dc9a62a7fa021295a /synapse/api/errors.py
parentMerge pull request #575 from matrix-org/daniel/roomcleanup (diff)
downloadsynapse-4de08a4672c62eebda2ad3ee89643c2c32242cbf.tar.xz
Revert "Merge two of the room join codepaths"
This reverts commit cf81375b94c4763766440471e632fc4b103450ab.

It subtly violates a guest joining auth check
Diffstat (limited to 'synapse/api/errors.py')
-rw-r--r--synapse/api/errors.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/synapse/api/errors.py b/synapse/api/errors.py
index 0c7858f78d..b106fbed6d 100644
--- a/synapse/api/errors.py
+++ b/synapse/api/errors.py
@@ -84,11 +84,6 @@ class RegistrationError(SynapseError):
     pass
 
 
-class BadIdentifierError(SynapseError):
-    """An error indicating an identifier couldn't be parsed."""
-    pass
-
-
 class UnrecognizedRequestError(SynapseError):
     """An error indicating we don't understand the request you're trying to make"""
     def __init__(self, *args, **kwargs):