summary refs log tree commit diff
path: root/synapse/state/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/state/__init__.py')
-rw-r--r--synapse/state/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/state/__init__.py b/synapse/state/__init__.py
index 6031095249..03352bcdff 100644
--- a/synapse/state/__init__.py
+++ b/synapse/state/__init__.py
@@ -516,6 +516,7 @@ class StateHandler:
 
         state_to_resolve = await self._state_storage_controller.get_state_for_groups(
             state_group_ids_set
+            # TODO: Can we use a state_filter here to only grab auth events (and maybe history visibility)?
         )
 
         result = await self._state_resolution_handler.resolve_state_groups(