Added check members only room to send mediated invites

This commit is contained in:
James Booth
2015-03-28 22:51:41 +00:00
parent f1f047889e
commit fac2b2cf66
6 changed files with 77 additions and 1 deletions

View File

@@ -697,6 +697,9 @@ handle_muc_self_online(const char * const room, const char * const nick, gboolea
} else {
ui_room_join(room, TRUE);
}
// TODO send disco info request to room
muc_invites_remove(room);
muc_roster_set_complete(room);