Skip to content
Snippets Groups Projects
Commit 00718ae7 authored by Erik Johnston's avatar Erik Johnston
Browse files

Need more yield

parent 0465560c
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ class StateStore(SQLBaseStore): ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment