summary refs log tree commit diff
path: root/synapse/visibility.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2022-05-19 16:18:30 +0100
committerRichard van der Hoff <richard@matrix.org>2022-05-19 16:18:30 +0100
commit070c0279d43b5bbebc640097aec5a48d87d2dec4 (patch)
treecfa3372065b3bb094cdd3a334efb56f6e8ac98d9 /synapse/visibility.py
parentAdd detail to `cache_autotuning` config option documentation (#12776) (diff)
downloadsynapse-github/rav/faster_joins/work.tar.xz
Diffstat (limited to 'synapse/visibility.py')
-rw-r--r--synapse/visibility.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/visibility.py b/synapse/visibility.py

index de6d2ffc52..b851e660fd 100644 --- a/synapse/visibility.py +++ b/synapse/visibility.py
@@ -85,6 +85,7 @@ async def filter_events_for_client( event_id_to_state = await storage.state.get_state_for_events( frozenset(e.event_id for e in events if not e.internal_metadata.outlier), state_filter=StateFilter.from_types(types), + await_full_state=False, ) # Get the users who are ignored by the requesting user.