mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-13 19:51:20 +01:00
Clarify that we don't need tyo recheck
This commit is contained in:
parent
e67faa15ca
commit
8aa5d762db
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user