mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-05-02 19:42:38 +02:00
1. Manual approval: _on_new_contact now checks self_info manual_add_contacts flag. When enabled, new contacts stay in mc.pending_contacts for UI approval instead of auto-adding to DB. 2. Message delay: disable auto_update_contacts which was triggering full contact list refresh (270+ records over serial) on every ADVERTISEMENT event, blocking message reception for seconds. Contact names for adverts are looked up from cached mc.contacts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>