1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Log all carbon copied messages

So far we only had the logging in sv_ev_incoming_carbon() not
sv_ev_outgoing_carbon().

Regards https://github.com/profanity-im/profanity/issues/1342
This commit is contained in:
Michael Vetter 2020-05-22 16:42:20 +02:00
parent c8be052ec8
commit ee9ca24f87

View File

@ -452,6 +452,7 @@ sv_ev_outgoing_carbon(ProfMessage *message)
} else {
chat_log_msg_out(message->from_jid->barejid, message->plain, NULL);
}
log_database_add_incoming(message);
}
#ifdef HAVE_LIBGPGME