mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 10:26:22 +00:00
Use correct colour for their nick when showing history
This commit is contained in:
@@ -1270,6 +1270,7 @@ win_print_history(ProfWin* window, const ProfMessage* const message)
|
||||
display_name = strdup("me");
|
||||
} else {
|
||||
display_name = roster_get_msg_display_name(message->from_jid->barejid, message->from_jid->resourcepart);
|
||||
flags = NO_ME;
|
||||
}
|
||||
|
||||
jid_destroy(jidp);
|
||||
|
||||
Reference in New Issue
Block a user