Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache

This commit is contained in:
Erik Johnston 2015-08-07 19:30:25 +01:00
commit 8f04b6fa7a

View File

@ -65,7 +65,6 @@ class StateStore(SQLBaseStore):
for group, state_map in group_to_state.items()
})
@cached(num_args=1)
def _fetch_events_for_group(self, key, events):
return self._get_events(
events, get_prev_content=False