diff options
| author | Richard van der Hoff <richard@matrix.org> | 2017-09-20 01:32:42 +0100 |
|---|---|---|
| committer | Richard van der Hoff <richard@matrix.org> | 2017-09-20 01:32:42 +0100 |
| commit | fcf2c0fd1aa4d85df0bdb43bc8411ad4ad988a6f (patch) | |
| tree | 387ba8f90f6f85240f8789e618a2879b955a1c0a | |
| parent | Fix concurrent server_key requests (#2458) (diff) | |
| download | synapse-fcf2c0fd1aa4d85df0bdb43bc8411ad4ad988a6f.tar.xz | |
Remove redundant `preserve_fn`
preserve_fn is a no-op unless the wrapped function returns a Deferred. verify_json_objects_for_server returns a list, so this is doing nothing.
| -rw-r--r-- | synapse/federation/federation_base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/federation/federation_base.py b/synapse/federation/federation_base.py |
