diff --git a/adacher_matrix.py b/adacher_matrix.py index a38fa910e24a65df568444161f80bba126fd7b53..c6b4514436f09b5f90a5d5a3cf255735482e0c4c 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)