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

update ttl time.

This commit is contained in:
Mrs4s 2020-08-13 10:19:04 +08:00
parent e593fe14fa
commit d49300e4e8

View File

@ -245,7 +245,7 @@ func decodeMessageSvcPacket(c *QQClient, _ uint16, payload []byte) (interface{},
if _, ok := friend.msgSeqList.Get(strSeq); ok {
continue
}
friend.msgSeqList.Add(strSeq, 0, time.Second*15)
friend.msgSeqList.Add(strSeq, 0, time.Minute*15)
c.dispatchFriendMessage(c.parsePrivateMessage(message))
case 187:
_, pkt := c.buildSystemMsgNewFriendPacket()