mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 20:56:20 +00: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:
@@ -734,6 +734,10 @@ sv_ev_incoming_carbon(ProfMessage *message)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (message->plain) {
|
||||||
|
chat_log_msg_out(message->jid->barejid, message->plain);
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef HAVE_LIBGPGME
|
#ifdef HAVE_LIBGPGME
|
||||||
#ifndef HAVE_OMEMO
|
#ifndef HAVE_OMEMO
|
||||||
if (message->encrypted) {
|
if (message->encrypted) {
|
||||||
|
|||||||
Reference in New Issue
Block a user