diff --git a/gateway/platforms/matrix.py b/gateway/platforms/matrix.py index a4f5531d8..77a2f2400 100644 --- a/gateway/platforms/matrix.py +++ b/gateway/platforms/matrix.py @@ -635,7 +635,7 @@ class MatrixAdapter(BasePlatformAdapter): source=source, raw_message=getattr(event, "source", {}), message_id=event.event_id, - reply_to=reply_to, + reply_to_message_id=reply_to, ) await self.handle_message(msg_event)