diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py index 47dbe6d5..44d13c51 100644 --- a/poezio/plugin_e2ee.py +++ b/poezio/plugin_e2ee.py @@ -491,7 +491,7 @@ class E2EEPlugin(BasePlugin): await func(message, jid, tab, passthrough=True) # type: ignore else: # pylint: disable=unexpected-keyword-arg - func(message, jid, tab) + func(message, jid, tab) # type: ignore log.debug('Decrypted %s message: %r', self.encryption_name, message['body']) return None