Skip to content

Commit

Permalink
fix: 修复频道 at id 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsSov8forUs committed Oct 10, 2024
1 parent 898430f commit eac46e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/message_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ func ConvertToMessageContent(data interface{}) string {
}

at := satoriMessage.MessageElementAt{
Id: mention.ID,
Id: id,
Name: mention.Username,
}
messageSegments = append(messageSegments, &at)
Expand Down

0 comments on commit eac46e9

Please sign in to comment.