mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 14:24:48 -04:00
Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache
This commit is contained in:
commit
8f04b6fa7a
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ class StateStore(SQLBaseStore):
|
||||||
for group, state_map in group_to_state.items()
|
for group, state_map in group_to_state.items()
|
||||||
})
|
})
|
||||||
|
|
||||||
@cached(num_args=1)
|
|
||||||
def _fetch_events_for_group(self, key, events):
|
def _fetch_events_for_group(self, key, events):
|
||||||
return self._get_events(
|
return self._get_events(
|
||||||
events, get_prev_content=False
|
events, get_prev_content=False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue