diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-09-26 19:17:36 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-09-27 11:31:51 +0100 |
commit | 28223841e05a77a44ec2c0b29d1e930c68974913 (patch) | |
tree | 9c80e36e880af1d38d368503dae142bac828438f /synapse/federation | |
parent | changelog (diff) | |
download | synapse-28223841e05a77a44ec2c0b29d1e930c68974913.tar.xz |
more comments
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/federation_client.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index 8bf1ad0c1f..d05ed91d64 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -209,8 +209,6 @@ class FederationClient(FederationBase): Will attempt to get the PDU from each destination in the list until one succeeds. - This will persist the PDU locally upon receipt. - Args: destinations (list): Which home servers to query event_id (str): event to fetch |