mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Remove unused function
This commit is contained in:
parent
58d848adc0
commit
38df10b99e
@ -788,18 +788,6 @@ class FederationHandler(BaseHandler):
|
|||||||
|
|
||||||
defer.returnValue(ret)
|
defer.returnValue(ret)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
|
||||||
def trigger_query_auth(self, destination, event_id):
|
|
||||||
local_auth_chain = yield self.store.get_auth_chain([event_id])
|
|
||||||
|
|
||||||
result = yield self.replication_layer.query_auth(
|
|
||||||
destination,
|
|
||||||
event.room_id,
|
|
||||||
event.event_id,
|
|
||||||
local_auth_chain,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
@log_function
|
@log_function
|
||||||
def do_auth(self, origin, event, context, auth_events):
|
def do_auth(self, origin, event, context, auth_events):
|
||||||
|
Loading…
Reference in New Issue
Block a user