mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
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>