mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-06 16:53:21 +02:00
0d9fe53e53
Problem: - meshcli's remove_contact command requires full public key - We were sending only 12-char prefix, causing 'Unknown contact' errors - Contacts appeared in list but couldn't be deleted Solution: - API now includes full_public_key in /api/contacts/detailed response - Frontend uses full_public_key when available, falls back to prefix - Added detailed logging to track deletion attempts This fixes the issue where contacts (especially with last_seen=4) could not be removed from the device.