You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Clarify that we don't need tyo recheck
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user