mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-03 12:32:28 +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.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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user