no omemo fr
This commit is contained in:
parent
a43f5a9ae2
commit
ff696ef92a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user