mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-07-07 02:10:58 +02:00
feat: Add DM delivery tracking via ACK packet detection
Bridge captures ACK packets from meshcli stdout (json_log_rx), persists to .acks.jsonl, and exposes /ack_status endpoint. Delivery status is merged server-side into DM messages and displayed as a green checkmark with SNR/route tooltip. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -440,7 +440,8 @@ def _parse_sent_msg(line: Dict) -> Optional[Dict]:
|
||||
'is_own': True,
|
||||
'txt_type': txt_type,
|
||||
'conversation_id': conversation_id,
|
||||
'dedup_key': dedup_key
|
||||
'dedup_key': dedup_key,
|
||||
'expected_ack': line.get('expected_ack'),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user