Handle self leaving room in private wins

This commit is contained in:
James Booth
2016-02-03 00:11:38 +00:00
parent 292c9cf454
commit 77e819e81a
6 changed files with 154 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ win_create_private(const char *const fulljid)
new_win->unread = 0;
new_win->notify = FALSE;
new_win->occupant_offline = FALSE;
new_win->room_left = FALSE;
new_win->memcheck = PROFPRIVATEWIN_MEMCHECK;