mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
Fix channel message sender name display. In meshcore-cli 1.3.12, the 'name' field in SENT_CHAN entries now contains the channel name instead of the sender's device name. Update parser to use the 'sender' field instead. Before: Sent messages showed "channel 0" as sender After: Sent messages correctly show "MarWoj" (actual sender name) This change is consistent with the SENT_MSG parsing for Direct Messages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>