mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 14:26:21 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user