mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 07:16:40 +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(
|
.where(
|
||||||
and(
|
and(
|
||||||
eq(olms.userId, userId),
|
eq(olms.userId, userId),
|
||||||
eq(olms.archived, false),
|
|
||||||
eq(
|
eq(
|
||||||
currentFingerprint.platformFingerprint,
|
currentFingerprint.platformFingerprint,
|
||||||
platformFingerprint
|
platformFingerprint
|
||||||
|
|||||||
Reference in New Issue
Block a user