1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00
This commit is contained in:
wdvxdr 2020-11-14 17:14:50 +08:00
parent bf90674375
commit a455b21bad
2 changed files with 3 additions and 3 deletions

View File

@ -789,7 +789,7 @@ func decodeOnlinePushReqPacket(c *QQClient, seq uint16, payload []byte) (interfa
return nil, nil
}
c.dispatchFriendNotifyEvent(&FriendPokeNotifyEvent{
Sender: sender,
Sender: sender,
Receiver: c.Uin,
})
case 0x44:

View File

@ -31,8 +31,8 @@ type (
// FriendPokeNotifyEvent 好友戳一戳提示事件
FriendPokeNotifyEvent struct {
Sender int64
Receiver int64
Sender int64
Receiver int64
}
)