mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
fix build.
This commit is contained in:
parent
9991d8f398
commit
80481f0022
@ -12,7 +12,6 @@ import (
|
||||
"math"
|
||||
"math/rand"
|
||||
"net"
|
||||
"strings"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
@ -172,7 +171,6 @@ func (c *QQClient) Login() (*LoginResponse, error) {
|
||||
c.lastLostMsg = ""
|
||||
c.registerClient()
|
||||
c.startHeartbeat()
|
||||
_, _ = c.sendAndWait(c.buildGetMessageRequestPacket(msg.SyncFlag_START, time.Now().Unix()))
|
||||
}
|
||||
return &l, nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user