diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-18 16:20:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 16:20:32 +0200 |
commit | 47ada4dffe068a4516830fd5f20bd3726185000f (patch) | |
tree | e33a517f865be8f2113ddfead3f24c6b83faef4a /synapse/api/constants.py | |
parent | Fix logging config for the docker image (#6197) (diff) | |
parent | Merge remote-tracking branch 'origin/develop' into rav/event_auth/1 (diff) | |
download | synapse-47ada4dffe068a4516830fd5f20bd3726185000f.tar.xz |
Merge pull request #6214 from matrix-org/rav/event_auth/1
Remove a bunch of dead event_auth code.
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r-- | synapse/api/constants.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py index f29bce560c..60e99e4663 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py @@ -97,8 +97,6 @@ class EventTypes(object): class RejectedReason(object): AUTH_ERROR = "auth_error" - REPLACED = "replaced" - NOT_ANCESTOR = "not_ancestor" class RoomCreationPreset(object): |