mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 17:14:06 -04:00
More speedups/fixes to creating batched events (#15195)
This commit is contained in:
parent
20ed8c926b
commit
a368d30c1c
5 changed files with 33 additions and 9 deletions
|
@ -293,6 +293,7 @@ class EventContext(UnpersistedEventContextBase):
|
|||
Maps a (type, state_key) to the event ID of the state event matching
|
||||
this tuple.
|
||||
"""
|
||||
|
||||
assert self.state_group_before_event is not None
|
||||
return await self._storage.state.get_state_ids_for_group(
|
||||
self.state_group_before_event, state_filter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue