mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-07 01:03:15 +02:00
e18ad0f7a3
Bug: echo enrichment at api.py:384 used leaked `row` variable from previous loop — all messages got echo data from the LAST DB row. Fix: include pkt_payload in message dict during conversion loop, then enrich each message with its own echo data and analyzer URL. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>