no omemo fr

This commit is contained in:
hueso 2025-03-06 20:57:44 -03:00
parent a43f5a9ae2
commit ff696ef92a

View File

@ -115,9 +115,6 @@ class OllamaBot(ClientXMPP):
if not msg["body"]:
return None
log = open("log.txt", "a", 1)
body: Optional[bytes] = await self["xep_0384"].decrypt_message(
encrypted, mfrom, allow_untrusted
)
if msg['body'] is not None:
log.write(f"{mfrom}: {msg['body']}\n")
if self.is_command(decoded):