diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-18 11:07:05 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-18 12:07:16 +0100 |
commit | 3faa0974bea4f9a8b0d1e0e83ae7068e0937167d (patch) | |
tree | e8c0a09e9b7b336d29b078eb674427faafd02844 | |
parent | Intelligently select extremities used in backfill. (diff) | |
download | synapse-github/anoa/backfill_release.tar.xz |
Use _check_sigs_and_hash_and_fetch to validate backfill requests github/anoa/backfill_release anoa/backfill_release
I believe this method drops pdus (or at least returns None instead) which allows backfill to continue working even when an event has an invalid signature
Diffstat (limited to '')
-rw-r--r-- | synapse/federation/federation_client.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py |