mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 17:26:21 +00:00
Handle /who command in chat rooms
This commit is contained in:
@@ -297,7 +297,8 @@ void
|
||||
prof_handle_room_roster_complete(const char * const room)
|
||||
{
|
||||
muc_set_roster_received(room);
|
||||
win_show_room_roster(room);
|
||||
GList *roster = muc_get_roster(room);
|
||||
win_show_room_roster(room, roster, NULL);
|
||||
win_current_page_off();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user