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

fix build.

This commit is contained in:
Mrs4s 2020-08-21 19:18:22 +08:00
parent 9991d8f398
commit 80481f0022

View File

@ -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
}