mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-16 00:17:42 -05:00
rip out some unreachable code
The only possible rejection reason is AUTH_ERROR, so all of this is unreachable.
This commit is contained in:
parent
cad0132fb5
commit
1ba359a11f
4 changed files with 0 additions and 153 deletions
|
|
@ -97,8 +97,6 @@ class EventTypes(object):
|
|||
|
||||
class RejectedReason(object):
|
||||
AUTH_ERROR = "auth_error"
|
||||
REPLACED = "replaced"
|
||||
NOT_ANCESTOR = "not_ancestor"
|
||||
|
||||
|
||||
class RoomCreationPreset(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue