xep_0384: fix type annotation for bundles
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
85e5d44bb8
commit
c192c180e1
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class XEP_0384(BasePlugin):
|
|||
"""
|
||||
|
||||
recipients = [jid.bare for jid in recipients]
|
||||
bundles = {} # type: Dict[str, Dict[str, ExtendedPublicBundle]]
|
||||
bundles = {} # type: Dict[str, Dict[int, ExtendedPublicBundle]]
|
||||
|
||||
while True:
|
||||
errors = []
|
||||
|
|
Loading…
Reference in a new issue