fix(client): correct handling of pts in updateShortSentMessage
i am fucking stupid and can't read my own code
This commit is contained in:
parent
967de3391d
commit
28c70a89ba
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ export async function sendText(
|
|||
entities: res.entities,
|
||||
}
|
||||
|
||||
this._handleUpdate(createDummyUpdate(res.pts, res.date))
|
||||
this._date = res.date
|
||||
this._handleUpdate(createDummyUpdate(res.pts, res.ptsCount))
|
||||
|
||||
const users: UsersIndex = {}
|
||||
const chats: ChatsIndex = {}
|
||||
|
|
Loading…
Reference in a new issue