mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 17:56:21 +00:00
Create chat session when no resource
This commit is contained in:
@@ -1333,6 +1333,7 @@ ui_new_chat_win(const char * const barejid)
|
||||
// create new window
|
||||
if (window == NULL) {
|
||||
window = wins_new_chat(barejid);
|
||||
chat_session_on_window_open(barejid);
|
||||
|
||||
num = wins_get_num(window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user