From 00b26af0f217955c144767c7cd5c69ca04773b3c Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Wed, 10 Sep 2025 18:44:53 -0600 Subject: [PATCH] fix duplicate message instantiation --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 2688ec2..0b2db4d 100644 --- a/app.py +++ b/app.py @@ -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",