Await get_active_device call in fetch_bundles
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
8e9add345a
commit
cda11a82bc
1 changed files with 2 additions and 2 deletions
|
@ -446,8 +446,8 @@ class XEP_0384(BasePlugin):
|
|||
await asyncio.gather(
|
||||
*map(
|
||||
lambda did: self.fetch_bundle(jid, did),
|
||||
self.get_active_devices(jid)
|
||||
), # type: ignore
|
||||
await self.get_active_devices(jid)
|
||||
),
|
||||
return_exceptions=True,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue