1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

Merge pull request #152 from yanyongyu/patch-1

Remove unused stop get message func
This commit is contained in:
Mrs4s 2021-04-29 14:55:41 +08:00 committed by GitHub
commit 8f474db6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -781,11 +781,6 @@ func (c *QQClient) buildGetMessageRequestPacket(flag msg.SyncFlag, msgTime int64
return seq, packet return seq, packet
} }
func (c *QQClient) buildStopGetMessagePacket(msgTime int64) []byte {
_, pkt := c.buildGetMessageRequestPacket(msg.SyncFlag_STOP, msgTime)
return pkt
}
// MessageSvc.PbDeleteMsg // MessageSvc.PbDeleteMsg
func (c *QQClient) buildDeleteMessageRequestPacket(msg []*pb.MessageItem) (uint16, []byte) { func (c *QQClient) buildDeleteMessageRequestPacket(msg []*pb.MessageItem) (uint16, []byte) {
seq := c.nextSeq() seq := c.nextSeq()