This commit is contained in:
Darren Burns
2024-08-07 11:44:58 +01:00
parent c24eae2ba8
commit 1d6ef49f0f

View File

@@ -352,4 +352,4 @@ class AppService:
# If we receive a chunk, hand it to the download manager to
# handle distribution to the browser.
_, delivery_key, chunk_bytes = unpacked
await self.download_manager.chunk_received(self, delivery_key, chunk)
await self.download_manager.chunk_received(self, delivery_key, chunk_bytes)