Skip to content
Snippets Groups Projects
Commit 2d4de61f authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix typo

parent fccadb77
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,7 @@ class FederationClient(FederationBase):
signed_auth = yield self._check_sigs_and_hash_and_fetch(
destination,
[p for p in pdus if p.event_id not in auth_chain],
[p for p in auth_chain if p.event_id not in seen_events],
outlier=True
)
signed_auth.extend(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment