Clarify that we don't need tyo recheck

pull/21833/head
David Baker 2020-04-29 10:55:44 +01:00
parent e67faa15ca
commit 8aa5d762db
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ export default class DeviceListener {
_onWillUpdateDevices = async (users) => {
const myUserId = MatrixClientPeg.get().getUserId();
if (users.includes(myUserId)) this._ensureDeviceIdsAtStartPopulated();
// No need to do a recheck here: we just need to get a snapshot of our devices
// before we download asny new ones.
}
_onDevicesUpdated = (users) => {