mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 23:43:53 +01:00
Remove unused function
This commit is contained in:
parent
8b2fa38256
commit
e178feca3f
1 changed files with 0 additions and 3 deletions
|
@ -561,9 +561,6 @@ class Auth(object):
|
||||||
|
|
||||||
defer.returnValue(auth_ids)
|
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):
|
def check_redaction(self, event, auth_events):
|
||||||
"""Check whether the event sender is allowed to redact the target event.
|
"""Check whether the event sender is allowed to redact the target event.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue