show disk encryption for mac

This commit is contained in:
miloschwartz
2026-01-21 11:49:15 -08:00
parent a2b2fb804b
commit 72da4f39a8
2 changed files with 13 additions and 6 deletions

View File

@@ -73,6 +73,13 @@ export async function recoverOlmWithFingerprint(
)
.orderBy(currentFingerprint.lastSeen);
logger.debug(`currentFingerprint = ${platformFingerprint}`);
logger.debug(`userId = ${userId}`);
logger.debug(
`recoverOlmWithFingerprint: found ${result.length} olms for userId ${userId} with provided fingerprint`
);
if (!result || result.length == 0) {
return next(
createHttpError(