From cfc357a24c39ae0a9c068d1e48b5347d8a6b44bd Mon Sep 17 00:00:00 2001 From: aishannon Date: Sun, 29 Mar 2026 15:01:25 +0800 Subject: [PATCH] fix cr --- pkg/channels/qq/qq.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/channels/qq/qq.go b/pkg/channels/qq/qq.go index 07c0b4f57..8e57f28d5 100644 --- a/pkg/channels/qq/qq.go +++ b/pkg/channels/qq/qq.go @@ -968,9 +968,6 @@ func (c *QQChannel) decodeMessage(ctx context.Context, event *dto.WSPayload, dat }) } processedPaths, attachmentContent := c.processAttachments(ctx, attachments, scope) - if asrReferText != "" { - attachmentContent = fmt.Sprintf("[audio: %v]", asrReferText) - } mediaPaths = processedPaths if content != "" { content += "\n"