summaryrefslogtreecommitdiff
path: root/poezio/mam.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/mam.py')
-rw-r--r--poezio/mam.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/poezio/mam.py b/poezio/mam.py
index 31ca2f0c..b40ddc4d 100644
--- a/poezio/mam.py
+++ b/poezio/mam.py
@@ -111,10 +111,10 @@ async def get_mam_iterator(
if 'urn:xmpp:mam:2' not in iq['disco_info'].get_features():
raise NoMAMSupportException()
- args = {
+ args: Dict[str, Any] = {
'iterator': True,
'reverse': reverse,
- } # type: Dict[str, Any]
+ }
if groupchat:
args['jid'] = remote_jid