1
1
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:
Michael Vetter 2019-09-04 10:28:52 +02:00
parent 09c5f38f11
commit 09b6fc9aaa

View File

@ -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) {