diff options
author | Erik Johnston <erik@matrix.org> | 2018-08-09 15:34:56 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-08-22 15:41:15 +0100 |
commit | 5c261107c9b5bf82a51c27fd6cb85e2199e539e3 (patch) | |
tree | 676491a6fd9f90c2aff02004bb781c5106399784 /synapse/handlers | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-5c261107c9b5bf82a51c27fd6cb85e2199e539e3.tar.xz |
Remove unnecessary resolve_events_with_state_map
We only ever used the synchronous resolve_events_with_state_map in one place, which is trivial to replace with the async version.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/federation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py |