destinataire signal changé

This commit is contained in:
Stanislas Jouffroy 2025-05-20 01:10:01 +02:00
parent da38fef81a
commit ab1a169d45

View file

@ -116,7 +116,7 @@ Menu {menu}:
"message": message, "message": message,
"text_mode": text_mode, "text_mode": text_mode,
"number": sender, "number": sender,
"recipients": [sender], "recipients": [recipient],
"base64_attachments": [f"data:application/pdf;filename=menu.pdf;base64,{attachment.decode()}"], "base64_attachments": [f"data:application/pdf;filename=menu.pdf;base64,{attachment.decode()}"],
} }
host = os.environ.get("SIGNAL_API_URL") host = os.environ.get("SIGNAL_API_URL")