mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 03:28:34 +00:00
indenting
This commit is contained in:
@@ -155,7 +155,7 @@ class PusherPool:
|
||||
if u in self.pushers:
|
||||
for p in self.pushers[u].values():
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user