mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
indenting
This commit is contained in:
parent
25cd5bb697
commit
6ec02e9ecf
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class PusherPool:
|
||||||
if u in self.pushers:
|
if u in self.pushers:
|
||||||
for p in self.pushers[u].values():
|
for p in self.pushers[u].values():
|
||||||
deferreds.append(
|
deferreds.append(
|
||||||
p.on_new_receipts(min_stream_id, max_stream_id)
|
p.on_new_receipts(min_stream_id, max_stream_id)
|
||||||
)
|
)
|
||||||
|
|
||||||
yield defer.gatherResults(deferreds)
|
yield defer.gatherResults(deferreds)
|
||||||
|
|
Loading…
Reference in a new issue