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:
parent
e593fe14fa
commit
d49300e4e8
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user