mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
remove unused stop get message func
This commit is contained in:
parent
212c89a266
commit
44944e9d79
@ -781,11 +781,6 @@ func (c *QQClient) buildGetMessageRequestPacket(flag msg.SyncFlag, msgTime int64
|
||||
return seq, packet
|
||||
}
|
||||
|
||||
func (c *QQClient) buildStopGetMessagePacket(msgTime int64) []byte {
|
||||
_, pkt := c.buildGetMessageRequestPacket(msg.SyncFlag_STOP, msgTime)
|
||||
return pkt
|
||||
}
|
||||
|
||||
// MessageSvc.PbDeleteMsg
|
||||
func (c *QQClient) buildDeleteMessageRequestPacket(msg []*pb.MessageItem) (uint16, []byte) {
|
||||
seq := c.nextSeq()
|
||||
|
Loading…
x
Reference in New Issue
Block a user