From c9bc30d587e1e71f4771571c5eff18914c6968b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 12 Mar 2022 00:54:24 +0100 Subject: plugins/b64: adapt to E2EEPlugin.decrypt sign change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- plugins/b64.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/b64.py b/plugins/b64.py index 1fec6123..83eff008 100644 --- a/plugins/b64.py +++ b/plugins/b64.py @@ -39,7 +39,7 @@ class Plugin(E2EEPlugin): # This encryption mechanism is using as a container replace_body_with_eme = False - async def decrypt(self, message: Message, jid: Optional[JID], _tab: ChatTab) -> None: + async def decrypt(self, message: Message, jid: Optional[JID], _tab: Optional[ChatTab]) -> None: """ Decrypt base64 """ -- cgit v1.2.3