From 9224331df31fcc60e1906e06a4640b955d762a7a Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 29 Mar 2020 19:56:25 +0200 Subject: Fix copy paste error --- src/event/client_events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/event/client_events.c b/src/event/client_events.c index a30665dc..e57f3875 100644 --- a/src/event/client_events.c +++ b/src/event/client_events.c @@ -383,7 +383,7 @@ cl_ev_send_muc_msg_corrected(ProfMucWin *mucwin, const char *const msg, const ch #ifndef HAVE_OMEMO char *id = message_send_groupchat(mucwin->roomjid, plugin_msg, oob_url, replace_id); groupchat_log_msg_out(mucwin->roomjid, plugin_msg); - log_database_add_outgoing_muc(id, chatwin->barejid, plugin_msg, replace_id, PROF_MSG_ENC_NONE); + log_database_add_outgoing_muc(id, mucwin->roomjid, plugin_msg, replace_id, PROF_MSG_ENC_NONE); mucwin_outgoing_msg(mucwin, plugin_msg, id, PROF_MSG_ENC_NONE, replace_id); free(id); -- cgit 1.4.1-2-gfad0