mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
The meshcore Event class has 'payload' not 'data'. All event handlers were silently getting empty dicts, causing: - Channel messages showing 'Unknown' sender - Channel info not returning name/secret - Sent message event data being lost Also normalizes channel_name/channel_secret keys from CHANNEL_INFO events and converts secret bytes to hex string. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>