Skip to content

Commit

Permalink
修复群聊合并转发预览昵称显示异常 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
2mf8 authored Oct 6, 2024
1 parent 27377f3 commit e011a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ func (c *QQClient) FetchForwardMsg(resId string) (msg *message2.ForwardMessage,
}
if isGroupMsg {
forwardMsg.Nodes[idx].GroupId = b.ResponseHead.Grp.GroupUin
forwardMsg.Nodes[idx].SenderName = b.ResponseHead.Grp.MemberName
grpMsg := message2.ParseGroupMessage(b)
c.PreprocessGroupMessageEvent(grpMsg)
forwardMsg.Nodes[idx].Message = grpMsg.Elements
Expand Down

0 comments on commit e011a24

Please sign in to comment.