From 3eac80e666e7fed0e073525cacfebc5b4f4b14df Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 20 Jan 2026 20:47:35 -0800 Subject: [PATCH] We dont care if its archived when recovering the olm --- server/routers/olm/recoverOlmWithFingerprint.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/routers/olm/recoverOlmWithFingerprint.ts b/server/routers/olm/recoverOlmWithFingerprint.ts index 82515582..d0d8b681 100644 --- a/server/routers/olm/recoverOlmWithFingerprint.ts +++ b/server/routers/olm/recoverOlmWithFingerprint.ts @@ -65,7 +65,6 @@ export async function recoverOlmWithFingerprint( .where( and( eq(olms.userId, userId), - eq(olms.archived, false), eq( currentFingerprint.platformFingerprint, platformFingerprint