mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:36:02 -04:00
Make store.get_current_state fetch events asyncly
This commit is contained in:
parent
d62dee7eae
commit
acb12cc811
2 changed files with 4 additions and 4 deletions
|
@ -594,7 +594,6 @@ class EventsStore(SQLBaseStore):
|
|||
],
|
||||
consumeErrors=True
|
||||
)
|
||||
logger.debug("gatherResults after")
|
||||
|
||||
defer.returnValue({
|
||||
e.event_id: e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue