mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-26 12:14:28 -04: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:
parent
c8be052ec8
commit
ee9ca24f87
@ -452,6 +452,7 @@ sv_ev_outgoing_carbon(ProfMessage *message)
|
|||||||
} else {
|
} else {
|
||||||
chat_log_msg_out(message->from_jid->barejid, message->plain, NULL);
|
chat_log_msg_out(message->from_jid->barejid, message->plain, NULL);
|
||||||
}
|
}
|
||||||
|
log_database_add_incoming(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_LIBGPGME
|
#ifdef HAVE_LIBGPGME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user