diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-18 15:17:37 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-07-18 15:17:39 +0100 |
commit | 10523241d86eeaa1fa43607a03352f9e7b04efda (patch) | |
tree | e954f13b39c1fa481b151c94826bc58d8263202d /synapse/storage | |
parent | Clean up opentracing configuration options (#5712) (diff) | |
download | synapse-10523241d86eeaa1fa43607a03352f9e7b04efda.tar.xz |
Delegate to cached version when using get_filtered_current_state_ids
In the case where it gets called with `StateFilter.all()`
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/state.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/synapse/storage/state.py b/synapse/storage/state.py |