mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 13:54:08 -04:00
Refactor resolve_state_groups_for_events
to not pull out full state when no state resolution happens. (#12775)
This commit is contained in:
parent
3d8839c30c
commit
19d79b6ebe
5 changed files with 40 additions and 23 deletions
|
@ -189,7 +189,7 @@ class StateGroupDataStore(StateBackgroundUpdateStore, SQLBaseStore):
|
|||
group: int,
|
||||
state_filter: StateFilter,
|
||||
) -> Tuple[MutableStateMap[str], bool]:
|
||||
"""Checks if group is in cache. See `_get_state_for_groups`
|
||||
"""Checks if group is in cache. See `get_state_for_groups`
|
||||
|
||||
Args:
|
||||
cache: the state group cache to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue