diff options
author | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2021-08-24 12:30:34 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2021-08-24 12:30:34 +0100 |
commit | caba82a85a2fdedb0bafcc77e1bcfba7bbcb53f1 (patch) | |
tree | ecbd7dfd80c6670fe80eb8f5bbc414ab0d12ab3c | |
parent | Fix newsfile accuracy (diff) | |
download | synapse-caba82a85a2fdedb0bafcc77e1bcfba7bbcb53f1.tar.xz |
Log line shows that this block is reached
-rw-r--r-- | synapse/storage/databases/state/store.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/databases/state/store.py b/synapse/storage/databases/state/store.py index 8b73c0a92b..661fbd007f 100644 --- a/synapse/storage/databases/state/store.py +++ b/synapse/storage/databases/state/store.py @@ -333,7 +333,6 @@ class StateGroupDataStore(StateBackgroundUpdateStore, SQLBaseStore): inflight_cache_misses.append(group) continue elif not db_state_filter.include_others: - # TODO IS THIS USEFUL # Try looking to see if the same filter but with include_others # is being looked up. result = self._state_group_inflight_cache.get( |