mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-28 14:01:47 +02:00
94528c2a96
Previous regex stopped at first space, causing names like "daniel5120 🔫" to be parsed as just "daniel5120", breaking DM button visibility checks. Changed parsing logic to split by 2+ consecutive spaces (column separator in meshcli output) and extract full contact name before type column. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>