Update EventContext get_current_event_ids and get_prev_event_ids to accept state filters and update calls where possible (#12791)
This commit is contained in:
@@ -88,7 +88,7 @@ class _DummyStore:
|
||||
|
||||
return groups
|
||||
|
||||
async def get_state_ids_for_group(self, state_group):
|
||||
async def get_state_ids_for_group(self, state_group, state_filter=None):
|
||||
return self._group_to_state[state_group]
|
||||
|
||||
async def store_state_group(
|
||||
|
||||
Reference in New Issue
Block a user