forked from MirrorHub/synapse
Actually use async method
This commit is contained in:
parent
4071f29653
commit
968b01a91a
1 changed files with 1 additions and 3 deletions
|
@ -873,9 +873,7 @@ class SQLBaseStore(object):
|
|||
N = 50 # Only fetch 100 events at a time.
|
||||
|
||||
ds = [
|
||||
self.runInteraction(
|
||||
desc,
|
||||
self._fetch_events_txn,
|
||||
self._fetch_events(
|
||||
event_ids[i*N:(i+1)*N],
|
||||
check_redacted=check_redacted,
|
||||
get_prev_content=get_prev_content,
|
||||
|
|
Loading…
Reference in a new issue