mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Fix typo
This commit is contained in:
parent
3a1ffe8544
commit
83236a63ac
@ -645,7 +645,7 @@ export class DeviceTracker {
|
|||||||
|
|
||||||
/** Gets the device identites for a set of user identities that
|
/** Gets the device identites for a set of user identities that
|
||||||
* are known to be up to date, and a set of userIds that are known
|
* are known to be up to date, and a set of userIds that are known
|
||||||
* to be absent from our store our outdated. The outdated user ids
|
* to be absent from our store or are outdated. The outdated user ids
|
||||||
* will have their keys fetched from the homeserver. */
|
* will have their keys fetched from the homeserver. */
|
||||||
async _devicesForUserIdentities(upToDateIdentities: UserIdentity[], outdatedUserIds: string[], hsApi: HomeServerApi, log: ILogItem): Promise<DeviceKey[]> {
|
async _devicesForUserIdentities(upToDateIdentities: UserIdentity[], outdatedUserIds: string[], hsApi: HomeServerApi, log: ILogItem): Promise<DeviceKey[]> {
|
||||||
log.set("uptodate", upToDateIdentities.length);
|
log.set("uptodate", upToDateIdentities.length);
|
||||||
|
Loading…
Reference in New Issue
Block a user