mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Log 1:1 messages from other clients also to file
Carbons where not logged so far. Fix https://github.com/profanity-im/profanity/issues/1181
This commit is contained in:
parent
09c5f38f11
commit
09b6fc9aaa
@ -734,6 +734,10 @@ sv_ev_incoming_carbon(ProfMessage *message)
|
||||
#endif
|
||||
}
|
||||
|
||||
if (message->plain) {
|
||||
chat_log_msg_out(message->jid->barejid, message->plain);
|
||||
}
|
||||
|
||||
#ifdef HAVE_LIBGPGME
|
||||
#ifndef HAVE_OMEMO
|
||||
if (message->encrypted) {
|
||||
|
Loading…
Reference in New Issue
Block a user