1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Don't highlight cleartext message as untrusted

This commit is contained in:
Paul Fariello 2019-06-21 13:47:26 +02:00
parent ff46703073
commit 498b75afa9

View File

@ -191,6 +191,7 @@ message_init(void)
message->plain = NULL;
message->enc = PROF_MSG_ENC_PLAIN;
message->timestamp = NULL;
message->trusted = true;
return message;
}