Make store.get_current_state fetch events asyncly

This commit is contained in:
Erik Johnston 2015-05-15 15:20:05 +01:00
parent d62dee7eae
commit acb12cc811
2 changed files with 4 additions and 4 deletions

View file

@ -594,7 +594,6 @@ class EventsStore(SQLBaseStore):
],
consumeErrors=True
)
logger.debug("gatherResults after")
defer.returnValue({
e.event_id: e