From eac46e991a08864c77cb9537abe9e3518628d5bd Mon Sep 17 00:00:00 2001 From: WindowsSov8forUs Date: Thu, 10 Oct 2024 14:59:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A2=91=E9=81=93=20a?= =?UTF-8?q?t=20id=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- processor/message_processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/message_processor.go b/processor/message_processor.go index 645801f..9780142 100644 --- a/processor/message_processor.go +++ b/processor/message_processor.go @@ -479,7 +479,7 @@ func ConvertToMessageContent(data interface{}) string { } at := satoriMessage.MessageElementAt{ - Id: mention.ID, + Id: id, Name: mention.Username, } messageSegments = append(messageSegments, &at)