From bbbd4a979151508507625c3aeed841e911ef2016 Mon Sep 17 00:00:00 2001 From: Sakurapainting Date: Thu, 2 Apr 2026 08:48:14 +0800 Subject: [PATCH] fix(qq): remove conflict artifact in send path --- pkg/channels/qq/qq.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/channels/qq/qq.go b/pkg/channels/qq/qq.go index a259b8ae8..6e6882dc6 100644 --- a/pkg/channels/qq/qq.go +++ b/pkg/channels/qq/qq.go @@ -364,7 +364,6 @@ func (c *QQChannel) Send(ctx context.Context, msg bus.OutboundMessage) ([]string "error": err.Error(), }) return nil, fmt.Errorf("qq send: %w", channels.ErrTemporary) -) } if sentMsg == nil {