mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-14 23:18:02 -05:00
Merge branch 'signature_failures' of github.com:matrix-org/synapse into federation_client_retries
This commit is contained in:
commit
d45e2302ed
3 changed files with 15 additions and 9 deletions
|
|
@ -842,7 +842,9 @@ class FederationHandler(BaseHandler):
|
|||
logger.debug("Different auth: %s", different_auth)
|
||||
|
||||
# 1. Get what we think is the auth chain.
|
||||
auth_ids = self.auth.compute_auth_events(event, context)
|
||||
auth_ids = self.auth.compute_auth_events(
|
||||
event, context.current_state
|
||||
)
|
||||
local_auth_chain = yield self.store.get_auth_chain(auth_ids)
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue