handlematrix: clean up stale comment
This commit is contained in:
@@ -41,8 +41,6 @@ func (d *DiscordClient) HandleMatrixMessage(ctx context.Context, msg *bridgev2.M
|
|||||||
portal := msg.Portal
|
portal := msg.Portal
|
||||||
channelID := string(portal.ID)
|
channelID := string(portal.ID)
|
||||||
|
|
||||||
// TODO: Support replies.
|
|
||||||
|
|
||||||
sendReq, err := d.connector.MsgConv.ToDiscord(ctx, msg)
|
sendReq, err := d.connector.MsgConv.ToDiscord(ctx, msg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user