1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

fix: special title update.

This commit is contained in:
Mrs4s 2021-08-09 06:10:11 +08:00
parent 0893585b28
commit 08b19e92ef
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -141,6 +141,9 @@ func (c *QQClient) msgGrayTipProcessor(groupCode int64, tipInfo *notify.AIOGrayT
c.Error("process special title updated tips error: missing cmd")
return
}
if mem := c.FindGroup(groupCode).FindMember(event.Uin); mem != nil {
mem.SpecialTitle = event.NewTitle
}
c.dispatchMemberSpecialTitleUpdateEvent(event)
}
}