mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-19 16:41:49 -05:00
Need more yield
This commit is contained in:
parent
0465560c1a
commit
00718ae7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue