MUC: Show offline members in sidebar

This commit is contained in:
Thorben Günther
2021-03-05 13:29:36 +01:00
parent 5c5c453219
commit f1780f0017
10 changed files with 96 additions and 10 deletions

View File

@@ -34,6 +34,7 @@
*
*/
#include "ui.h"
#define _GNU_SOURCE 1
#include <string.h>
@@ -67,6 +68,8 @@ mucwin_new(const char* const barejid)
}
#endif
// Force redraw here to show correct offline users; before this point muc_members returns a wrong list
ui_redraw_all_room_rosters();
return mucwin;
}