mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Also log sv_ev_delayed_private_message
This commit is contained in:
parent
7dd747b58d
commit
9788410aaf
@ -419,6 +419,7 @@ sv_ev_delayed_private_message(ProfMessage *message)
|
||||
privatewin = (ProfPrivateWin*)window;
|
||||
}
|
||||
privwin_incoming_msg(privatewin, message);
|
||||
chat_log_msg_in(message);
|
||||
|
||||
plugins_post_priv_message_display(message->jid->fulljid, message->plain);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user