mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 23:26:22 +00:00
Set foreground color for untrusted messages
This commit is contained in:
@@ -535,7 +535,7 @@ mucwin_incoming_msg(ProfMucWin *mucwin, prof_message_t *message, GSList *mention
|
||||
}
|
||||
|
||||
if (!message->trusted) {
|
||||
flags |= NO_TRUST;
|
||||
flags |= UNTRUSTED;
|
||||
}
|
||||
|
||||
ProfWin *window = (ProfWin*)mucwin;
|
||||
|
||||
Reference in New Issue
Block a user