From 0224830ee9a7a88116d18cc50315d87fbf6866f0 Mon Sep 17 00:00:00 2001
From: Elliu <elliu@hashi.re>
Date: Mon, 17 Apr 2023 00:02:02 +0200
Subject: [PATCH] Remove reply (smh discord bridge)

---
 adacher_matrix.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/adacher_matrix.py b/adacher_matrix.py
index a38fa91..c6b4514 100755
--- a/adacher_matrix.py
+++ b/adacher_matrix.py
@@ -58,11 +58,11 @@ async def echo(room, event):
                     "thumbnail_url": uri,
                     },
                 "body": cmd,
-                "m.relates_to": {
-                    "m.in_reply_to": {
-                        "event_id": event.event_id
-                    }
-                }
+                #"m.relates_to": {
+                #    "m.in_reply_to": {
+                #        "event_id": event.event_id
+                #    }
+                #}
         }
         await bot.async_client.room_send(room.room_id, 'm.sticker', content)
 
-- 
GitLab