fix(awooop): surface alert inbound by provider event
All checks were successful
Code Review / ai-code-review (push) Successful in 10s
CD Pipeline / tests (push) Successful in 1m5s
CD Pipeline / build-and-deploy (push) Successful in 3m29s
CD Pipeline / post-deploy-checks (push) Successful in 1m19s

This commit is contained in:
Your Name
2026-05-13 20:36:53 +08:00
parent 453e22f80d
commit 8d7b938f78
2 changed files with 9 additions and 0 deletions

View File

@@ -1200,6 +1200,7 @@ async def fetch_truth_chain(source_id: str, project_id: str = "awoooi") -> dict[
WHERE project_id = :project_id
AND (
run_id::text = :source_id
OR provider_event_id = :source_id
OR content_preview ILIKE :source_needle
OR (
:fingerprint_needle != ''