mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 09:26:21 +00:00
Apply pre_chat_message_display hook to history
This commit is contained in:
@@ -519,6 +519,7 @@ _chatwin_history(ProfChatWin* chatwin, const char* const contact_barejid)
|
|||||||
|
|
||||||
while (curr) {
|
while (curr) {
|
||||||
ProfMessage* msg = curr->data;
|
ProfMessage* msg = curr->data;
|
||||||
|
msg->plain = plugins_pre_chat_message_display(msg->from_jid->barejid, msg->from_jid->resourcepart, msg->plain);
|
||||||
win_print_history((ProfWin*)chatwin, msg);
|
win_print_history((ProfWin*)chatwin, msg);
|
||||||
curr = g_slist_next(curr);
|
curr = g_slist_next(curr);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user