mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Don't highlight cleartext message as untrusted
This commit is contained in:
parent
ff46703073
commit
498b75afa9
@ -191,6 +191,7 @@ message_init(void)
|
|||||||
message->plain = NULL;
|
message->plain = NULL;
|
||||||
message->enc = PROF_MSG_ENC_PLAIN;
|
message->enc = PROF_MSG_ENC_PLAIN;
|
||||||
message->timestamp = NULL;
|
message->timestamp = NULL;
|
||||||
|
message->trusted = true;
|
||||||
|
|
||||||
return message;
|
return message;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user