mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 15:56:21 +00:00
MUC: Show offline members in sidebar
This commit is contained in:
@@ -203,6 +203,11 @@ win_create_muc(const char* const roomjid)
|
||||
} else {
|
||||
new_win->showjid = FALSE;
|
||||
}
|
||||
if (prefs_get_boolean(PREF_OCCUPANTS_OFFLINE)) {
|
||||
new_win->showoffline = TRUE;
|
||||
} else {
|
||||
new_win->showoffline = FALSE;
|
||||
}
|
||||
new_win->enctext = NULL;
|
||||
new_win->message_char = NULL;
|
||||
new_win->is_omemo = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user