own sent messages not rendered as own #62
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#62
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?
The server stamps every outgoing message with
sender_public_key = "system"(TODO inrpc.rspending auth). The client computesis_own = sender == own_user_key, which never matches, so my own sent messages render left-aligned with asystemlabel instead of right-aligned withMe.Until auth lands, client-side workaround: in the optimistic send push, force
is_own = true/sender_name = "Me"on the just-returned message. Subsequent full refetches will still show the server-stamped sender — acceptable until auth.zaelgohary referenced this issue2026-04-21 21:57:54 +00:00