mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Merge pull request #1134 from paulfariello/hotfix/don_t_highlight_cleartext_message_as_untrusted
Don t highlight cleartext message as untrusted
This commit is contained in:
commit
3bba3d9812
@ -191,6 +191,7 @@ message_init(void)
|
||||
message->plain = NULL;
|
||||
message->enc = PROF_MSG_ENC_PLAIN;
|
||||
message->timestamp = NULL;
|
||||
message->trusted = true;
|
||||
|
||||
return message;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user