mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
We dont care if its archived when recovering the olm
This commit is contained in:
@@ -65,7 +65,6 @@ export async function recoverOlmWithFingerprint(
|
||||
.where(
|
||||
and(
|
||||
eq(olms.userId, userId),
|
||||
eq(olms.archived, false),
|
||||
eq(
|
||||
currentFingerprint.platformFingerprint,
|
||||
platformFingerprint
|
||||
|
||||
Reference in New Issue
Block a user