mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
fix: special title update.
This commit is contained in:
parent
0893585b28
commit
08b19e92ef
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user