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

@@ -1255,6 +1255,11 @@ cons_occupants_setting(void)
else
cons_show("Occupant jids (/occupants) : hide");
if (prefs_get_boolean(PREF_OCCUPANTS_OFFLINE))
cons_show("Occupants offline (/occupants) : show");
else
cons_show("Occupants offline (/occupants) : hide");
if (prefs_get_boolean(PREF_OCCUPANTS_WRAP))
cons_show("Occupants wrap (/occupants) : ON");
else