Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 72e72a7b2878506df857532d33733335d77bc13d Author: Joseph Crowell <joseph.w.crowell@gmail.com> Date: Mon Dec 15 13:00:34 2025 +0000 matrix: ensure incoming reply is marked as a reply diff --git a/bridge/matrix/matrix.go b/bridge/matrix/matrix.go index 922a6ff..0f6aa8e 100644 --- a/bridge/matrix/matrix.go +++ b/bridge/matrix/matrix.go @@ -4126 +4127 @@ func (b *Bmatrix) Send(msg config.Message) (string, error) {   FormattedBody: formattedBody,   Format: event.FormatHTML,   RelatesTo: &event.RelatesTo{ + Type: "m.reply",   InReplyTo: &event.InReplyTo{   EventID: id.EventID(msg.ParentID),   },