summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-10-18 16:20:32 +0200
committerGitHub <noreply@github.com>2019-10-18 16:20:32 +0200
commit47ada4dffe068a4516830fd5f20bd3726185000f (patch)
treee33a517f865be8f2113ddfead3f24c6b83faef4a /synapse/api
parentFix logging config for the docker image (#6197) (diff)
parentMerge remote-tracking branch 'origin/develop' into rav/event_auth/1 (diff)
downloadsynapse-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')
-rw-r--r--synapse/api/constants.py2
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):