mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-19 11:45:51 +00:00
Oops, we do want to defer.return regardless of whether we are caching or not
This commit is contained in:
+1
-1
@@ -261,7 +261,7 @@ class StateHandler(object):
|
||||
|
||||
self._state_cache[frozenset(event_ids)] = cache
|
||||
|
||||
defer.returnValue((name, state, prev_states))
|
||||
defer.returnValue((name, state, prev_states))
|
||||
|
||||
state = {}
|
||||
for group, g_state in state_groups.items():
|
||||
|
||||
Reference in New Issue
Block a user