plugins/b64: adapt to E2EEPlugin.decrypt sign change
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a9e9c6d38f
commit
c9bc30d587
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Plugin(E2EEPlugin):
|
|||
# This encryption mechanism is using <body/> 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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue