mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Need more yield
This commit is contained in:
parent
0465560c1a
commit
00718ae7a9
@ -149,7 +149,7 @@ class StateStore(SQLBaseStore):
|
|||||||
|
|
||||||
return self._parse_events_txn(txn, results)
|
return self._parse_events_txn(txn, results)
|
||||||
|
|
||||||
events = self.runInteraction("get_current_state", f)
|
events = yield self.runInteraction("get_current_state", f)
|
||||||
defer.returnValue(events)
|
defer.returnValue(events)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user