mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-24 06:50:08 +08:00
Fix: PacketFactory for MessageSvc.Del
This commit is contained in:
parent
769b6ce207
commit
78b46ceabe
@ -135,6 +135,7 @@ internal object KnownPacketFactories {
|
||||
MessageSvc.PbGetMsg,
|
||||
MessageSvc.PushForceOffline,
|
||||
MessageSvc.PbSendMsg,
|
||||
MessageSvc.Del,
|
||||
FriendList.GetFriendGroupList,
|
||||
FriendList.GetTroopListSimplify,
|
||||
FriendList.GetTroopMemberList,
|
||||
@ -152,7 +153,6 @@ internal object KnownPacketFactories {
|
||||
MultiMsg.ApplyUp,
|
||||
NewContact.SystemMsgNewFriend,
|
||||
NewContact.SystemMsgNewGroup,
|
||||
NewContact.Del,
|
||||
ProfileService.GroupMngReq
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user