message sender shows "Message in <sid>" instead of contact name #58
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Other-user message bubbles show
Message in <conv_sid>(the server's internalChatMessage.name) as the sender label, even for senders who are in the contact list.Root cause:
services::chatmessage_to_messagedatasetssender_name: msg.name.clone()for non-own messages, butmsg.nameis a technical identifier (format!("Message in {}", conversation_sid)on the server). The real identity ismsg.sender_public_key— that should be looked up against contacts, like we already do for DM chat names (#54).Fix: resolve
sender_public_keyagainst contacts, fall back to the raw key when no match.zaelgohary referenced this issue2026-04-19 10:37:53 +00:00
zaelgohary referenced this issue2026-04-19 10:57:59 +00:00