1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

fix miss.

This commit is contained in:
Mrs4s 2020-07-27 20:43:16 +08:00
parent 9ba14c6492
commit 9d432df098

View File

@ -677,6 +677,7 @@ func decodeMSFOfflinePacket(c *QQClient, _ uint16, _ []byte) (interface{}, error
c.Online = false
c.dispatchDisconnectEvent(&ClientDisconnectedEvent{Message: "服务器端强制下线."})
}
return nil, nil
}
func decodeMultiApplyUpResponse(c *QQClient, _ uint16, payload []byte) (interface{}, error) {