tweak router replica search

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2025-12-10 12:00:27 +13:00
parent 5a1c8f93a5
commit 766b75c549
+1
View File
@@ -47,6 +47,7 @@ async def is_first_search(media_id: str):
RETURNING 1
""",
params,
force_primary=True,
)
return inserted == 1
except Exception: