fix(client): handle updates in getNearbyChats method
This commit is contained in:
parent
9bee00e584
commit
32ef1c59ad
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ export async function getNearbyChats(
|
||||||
})
|
})
|
||||||
|
|
||||||
assertIsUpdatesGroup('contacts.getLocated', res)
|
assertIsUpdatesGroup('contacts.getLocated', res)
|
||||||
|
this._handleUpdate(res, true)
|
||||||
|
|
||||||
if (!res.updates.length) return []
|
if (!res.updates.length) return []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue