summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-01-13 15:16:45 +0000
committerErik Johnston <erik@matrix.org>2017-01-13 15:16:45 +0000
commite178feca3f9063c7a4f768298e889ee54b471e9b (patch)
treec0d666cb2769169996a2964049961bc24636b87d /synapse/api
parentSplit event auth code into seperate module (diff)
downloadsynapse-e178feca3f9063c7a4f768298e889ee54b471e9b.tar.xz
Remove unused function
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/auth.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py

index b781d41a66..280d4c4452 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py
@@ -561,9 +561,6 @@ class Auth(object): defer.returnValue(auth_ids) - def _get_send_level(self, etype, state_key, auth_events): - return event_auth._get_send_level(etype, state_key, auth_events) - def check_redaction(self, event, auth_events): """Check whether the event sender is allowed to redact the target event.