From d79406e05b8a1c39c4d036e25d16d69204bd06db Mon Sep 17 00:00:00 2001 From: Skip R Date: Wed, 17 Dec 2025 19:17:29 -0800 Subject: [PATCH] handlematrix: clean up stale comment --- pkg/connector/handlematrix.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/connector/handlematrix.go b/pkg/connector/handlematrix.go index e757dba..7e13fd7 100644 --- a/pkg/connector/handlematrix.go +++ b/pkg/connector/handlematrix.go @@ -41,8 +41,6 @@ func (d *DiscordClient) HandleMatrixMessage(ctx context.Context, msg *bridgev2.M portal := msg.Portal channelID := string(portal.ID) - // TODO: Support replies. - sendReq, err := d.connector.MsgConv.ToDiscord(ctx, msg) if err != nil { return nil, err