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"