mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
When restoring a conversation from localStorage, the saved ID may have a different pubkey prefix length than the API returns (e.g. pk_e4ce0a07 vs pk_e4ce0a075359459f...). Now selectConversation() does prefix matching against dmConversations and upgrades the stored ID, so the display name is resolved correctly instead of showing raw pubkey prefix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>