mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Comment typo
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
690e934b27
commit
5eb86c0d6a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export default class DeviceListener {
|
||||||
if (users.includes(myUserId)) this._ensureDeviceIdsAtStartPopulated();
|
if (users.includes(myUserId)) this._ensureDeviceIdsAtStartPopulated();
|
||||||
|
|
||||||
// No need to do a recheck here: we just need to get a snapshot of our devices
|
// No need to do a recheck here: we just need to get a snapshot of our devices
|
||||||
// before we download asny new ones.
|
// before we download any new ones.
|
||||||
}
|
}
|
||||||
|
|
||||||
_onDevicesUpdated = (users) => {
|
_onDevicesUpdated = (users) => {
|
||||||
|
|
Loading…
Reference in a new issue