diff options
author | Daniel Wagner-Hall <daniel@matrix.org> | 2016-02-12 16:17:24 +0000 |
---|---|---|
committer | Daniel Wagner-Hall <daniel@matrix.org> | 2016-02-12 16:17:24 +0000 |
commit | 4de08a4672c62eebda2ad3ee89643c2c32242cbf (patch) | |
tree | 1fc9e3c4ba992e6c35efb68dc9a62a7fa021295a /synapse/api/errors.py | |
parent | Merge pull request #575 from matrix-org/daniel/roomcleanup (diff) | |
download | synapse-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.py | 5 |
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): |