handlematrix: clean up stale comment

This commit is contained in:
Skip R
2025-12-17 19:17:29 -08:00
parent 7a19f09683
commit d79406e05b

View File

@@ -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