fix duplicate message instantiation

This commit is contained in:
DJ Gillespie 2025-09-10 18:44:53 -06:00
parent ab3a4ec98e
commit 00b26af0f2

1
app.py
View File

@ -64,7 +64,6 @@ async def mailgun_webhook(
)
room_id = resp.room_id
message = f"{body_plain}" if body_plain else "(empty message)"
await matrix_client.room_send(
room_id,
message_type="m.room.message",