mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-04 11:01:42 +00:00
Carry conversation timestamps into the legacy pager list, force names/previews/time/unread labels to single-line bounded widths, keep MeshCore unknown senders from rendering as Me, show protocol prefixes in Contacts, and rebind the shared two-pane navigation after refresh so Team/Chat/Contacts filters become reachable.
This commit is contained in:
@@ -106,6 +106,7 @@ int main()
|
||||
ui::chat::ChatProtocolKind::TrailMate);
|
||||
assert(std::strcmp(overview.conversations[0].title.c_str(), "Alpha") == 0);
|
||||
assert(overview.conversations[0].unread_count == 2);
|
||||
assert(overview.conversations[0].last_timestamp == 102);
|
||||
assert(overview.message_count == 0);
|
||||
|
||||
const ui::chat::ConversationId team_id = overview.conversations[0].id;
|
||||
|
||||
Reference in New Issue
Block a user