mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 22:56:22 +00:00
Pass jid when creating new window for /msg with no message
This commit is contained in:
@@ -1987,7 +1987,7 @@ _cmd_msg(gchar **args, struct cmd_help_t help)
|
||||
|
||||
return TRUE;
|
||||
} else {
|
||||
ui_new_chat_win(usr);
|
||||
ui_new_chat_win(usr_jid);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user