mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Use correct colour for their nick when showing history
This commit is contained in:
parent
cef0c5e927
commit
4290d87df9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user