mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
tweak router replica search
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -47,6 +47,7 @@ async def is_first_search(media_id: str):
|
||||
RETURNING 1
|
||||
""",
|
||||
params,
|
||||
force_primary=True,
|
||||
)
|
||||
return inserted == 1
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user