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

@@ -790,6 +790,7 @@ cmd_ac_init(void)
occupants_show_ac = autocomplete_new();
autocomplete_add(occupants_show_ac, "jid");
autocomplete_add(occupants_show_ac, "offline");
occupants_char_ac = autocomplete_new();
autocomplete_add(occupants_char_ac, "none");