mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Refactor _get_events
This commit is contained in:
parent
36ea26c5c0
commit
cdb3757942
3 changed files with 131 additions and 261 deletions
|
@ -85,7 +85,7 @@ class StateStore(SQLBaseStore):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def c(vals):
|
||||
vals[:] = yield self._fetch_events(vals, get_prev_content=False)
|
||||
vals[:] = yield self._get_events(vals, get_prev_content=False)
|
||||
|
||||
yield defer.gatherResults(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue