Fix: PacketFactory for MessageSvc.Del

This commit is contained in:
ryoii 2020-04-24 21:34:07 +08:00
parent 769b6ce207
commit 78b46ceabe

View File

@ -135,6 +135,7 @@ internal object KnownPacketFactories {
MessageSvc.PbGetMsg, MessageSvc.PbGetMsg,
MessageSvc.PushForceOffline, MessageSvc.PushForceOffline,
MessageSvc.PbSendMsg, MessageSvc.PbSendMsg,
MessageSvc.Del,
FriendList.GetFriendGroupList, FriendList.GetFriendGroupList,
FriendList.GetTroopListSimplify, FriendList.GetTroopListSimplify,
FriendList.GetTroopMemberList, FriendList.GetTroopMemberList,
@ -152,7 +153,6 @@ internal object KnownPacketFactories {
MultiMsg.ApplyUp, MultiMsg.ApplyUp,
NewContact.SystemMsgNewFriend, NewContact.SystemMsgNewFriend,
NewContact.SystemMsgNewGroup, NewContact.SystemMsgNewGroup,
NewContact.Del,
ProfileService.GroupMngReq ProfileService.GroupMngReq
) )