about summary refs log tree commit diff stats
path: root/src/ui/win_types.h
diff options
context:
space:
mode:
authorThorben Günther <admin@xenrox.net>2021-03-05 13:29:36 +0100
committerThorben Günther <admin@xenrox.net>2021-03-08 14:34:59 +0100
commitf1780f0017dde352a30192965233e25ef252d1f5 (patch)
treede464116964ec2f55f34f057746b70db4b5d6e34 /src/ui/win_types.h
parent5c5c45321976c9a859694afa781178c68d076ee2 (diff)
downloadprofani-tty-f1780f0017dde352a30192965233e25ef252d1f5.tar.gz
MUC: Show offline members in sidebar
Diffstat (limited to 'src/ui/win_types.h')
-rw-r--r--src/ui/win_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/win_types.h b/src/ui/win_types.h
index 7beaca5f..e740b543 100644
--- a/src/ui/win_types.h
+++ b/src/ui/win_types.h
@@ -187,6 +187,7 @@ typedef struct prof_muc_win_t
     gboolean unread_mentions;
     gboolean unread_triggers;
     gboolean showjid;
+    gboolean showoffline;
     gboolean is_omemo;
     unsigned long memcheck;
     char* enctext;