Show rooms in roster panel
This commit is contained in:
@@ -283,6 +283,8 @@ sv_ev_room_message(const char *const room_jid, const char *const nick,
|
||||
notify_room_message(nick, jidp->localpart, ui_index, NULL);
|
||||
}
|
||||
jid_destroy(jidp);
|
||||
|
||||
rosterwin_roster();
|
||||
}
|
||||
|
||||
void
|
||||
@@ -720,6 +722,8 @@ sv_ev_muc_self_online(const char *const room, const char *const nick, gboolean c
|
||||
}
|
||||
}
|
||||
|
||||
rosterwin_roster();
|
||||
|
||||
// check for change in role/affiliation
|
||||
} else {
|
||||
ProfMucWin *mucwin = wins_get_muc(room);
|
||||
|
||||
Reference in New Issue
Block a user