fix(client): correct handling of pts in updateShortSentMessage

i am fucking stupid and can't read my own code
This commit is contained in:
teidesu 2021-07-09 01:46:37 +03:00
parent 967de3391d
commit 28c70a89ba

View file

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