fix(awooop): clarify legacy callback snapshot gaps
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user