mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-05-02 11:32:35 +02:00
For own (sent) messages, path_len is NULL so path_hash_size defaults to 1, causing echo badge to show 1-byte prefixes (D1, 5E) instead of 2-byte (D103, 5E34) when path_hash_mode>0. Now uses hash_size from the first echo record (echo_hash_sizes[0]) which carries the correct value from RX_LOG_DATA parsing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>