mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 08:36:21 +00:00
fix(ai): pass stanza ID to AI message send function
This commit is contained in:
@@ -8516,7 +8516,7 @@ _cmd_execute_default(ProfWin* window, const char* inp)
|
|||||||
case WIN_AI:
|
case WIN_AI:
|
||||||
{
|
{
|
||||||
ProfAiWin* aiwin = (ProfAiWin*)window;
|
ProfAiWin* aiwin = (ProfAiWin*)window;
|
||||||
cl_ev_send_ai_msg(aiwin, inp, NULL);
|
cl_ev_send_ai_msg(aiwin, inp, connection_create_stanza_id());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user