diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-12 14:59:43 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-12 14:59:51 +0100 |
commit | 706b5d76edad4fec636f699ba2e7dbec8d943d13 (patch) | |
tree | ba0324e8db7bdefb2bce175b58645b2fff021e5b | |
parent | Merge pull request #1104 from matrix-org/markjh/direct_to_device_federation_sync (diff) | |
download | synapse-706b5d76edad4fec636f699ba2e7dbec8d943d13.tar.xz |
Fix backfill when cannot find an event.
`get_pdu` can succeed but return None.
-rw-r--r-- | synapse/federation/federation_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py |