typo
This commit is contained in:
parent
29bce7bb7b
commit
baf7ef0722
2
td.go
2
td.go
@ -177,7 +177,7 @@ func getHistory(c *tdlib.Client) {
|
|||||||
})
|
})
|
||||||
if msg.ID < lastMsgID64 {
|
if msg.ID < lastMsgID64 {
|
||||||
lastMsgID64 = msg.ID
|
lastMsgID64 = msg.ID
|
||||||
lastMsgTime = time.Unix(m.Date, 0)
|
lastMsgTime = time.Unix(msg.Date, 0)
|
||||||
}
|
}
|
||||||
msgCount = msgCount + 1
|
msgCount = msgCount + 1
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user