summary refs log tree commit diff
path: root/synapse/visibility.py
diff options
context:
space:
mode:
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.