diff options
author | Erik Johnston <erik@matrix.org> | 2015-08-07 19:30:25 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-08-07 19:30:25 +0100 |
commit | 8f04b6fa7aed9587bd875d551945b68cd1b3383a (patch) | |
tree | d84a57f8640dae33c6876e105f44d1210a1a8d54 /synapse/storage | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary... (diff) | |
parent | Merge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into er... (diff) | |
download | synapse-8f04b6fa7aed9587bd875d551945b68cd1b3383a.tar.xz |
Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/state.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/state.py b/synapse/storage/state.py index a04731ae11..478b382867 100644 --- a/synapse/storage/state.py +++ b/synapse/storage/state.py @@ -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 |