mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:04:50 -04:00
Revert "Merge two of the room join codepaths"
This reverts commit cf81375b94
.
It subtly violates a guest joining auth check
This commit is contained in:
parent
d7aa103f00
commit
4de08a4672
5 changed files with 69 additions and 73 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue