This commit is contained in:
RMidhunSuresh 2023-06-05 11:45:00 +05:30
parent 3a1ffe8544
commit 83236a63ac

View File

@ -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);