fix(awooop): clarify legacy callback snapshot gaps
All checks were successful
CD Pipeline / tests (push) Successful in 1m18s
Code Review / ai-code-review (push) Successful in 11s
CD Pipeline / build-and-deploy (push) Successful in 3m29s
CD Pipeline / post-deploy-checks (push) Successful in 1m22s

This commit is contained in:
Your Name
2026-05-25 17:53:01 +08:00
parent 41856b2e9b
commit 411c0b2bc0
6 changed files with 55 additions and 3 deletions

View File

@@ -582,7 +582,7 @@ def _callback_reply_audit_summary_from_row(
next_action = "press_telegram_detail_or_history"
elif captured > 0 and (missing > 0 or partial > 0):
snapshot_status = "partial"
next_action = "press_telegram_detail_or_history_after_rollout"
next_action = "review_legacy_callback_snapshot_gap"
elif partial > 0:
snapshot_status = "partial"
next_action = "press_telegram_detail_or_history_after_rollout"