diff options
author | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2021-09-07 10:06:38 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2021-09-07 10:06:38 +0100 |
commit | 20fcc711e894dbcdca4038c6caacb067210b4d40 (patch) | |
tree | b8efe143e42a5d4f6aff4af1e145df8abc8e86e5 | |
parent | Newsfile (diff) | |
download | synapse-rei/gsgfg2.tar.xz |
Antilint github/rei/gsgfg2 rei/gsgfg2
-rw-r--r-- | synapse/storage/databases/state/store.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/storage/databases/state/store.py b/synapse/storage/databases/state/store.py index 97594d9b7f..f9ae6812e5 100644 --- a/synapse/storage/databases/state/store.py +++ b/synapse/storage/databases/state/store.py @@ -390,9 +390,7 @@ class StateGroupDataStore(StateBackgroundUpdateStore, SQLBaseStore): inflight_requests.append((group, make_deferred_yieldable(result))) continue - if try_combine_inflight_requests( - group, state_filter, inflight_requests - ): + if try_combine_inflight_requests(group, state_filter, inflight_requests): # succeeded in finding in-flight requests that could be combined # together to give all the state we need for this group. continue |