mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 04:09:24 -05: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)
|
||||
|
||||
events = self.runInteraction("get_current_state", f)
|
||||
events = yield self.runInteraction("get_current_state", f)
|
||||
defer.returnValue(events)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user