about summary refs log tree commit diff stats
path: root/src/ui/window.c
diff options
context:
space:
mode:
authorDebXWoody <stefan@debxwoody.de>2021-05-29 09:30:13 +0200
committerDebXWoody <stefan@debxwoody.de>2021-05-29 09:30:13 +0200
commit6dd11f0fff27d9019c9e362fc2567f2a0c64690b (patch)
treea2efeb21ca1cffcf853274ae340c0c9221a4157b /src/ui/window.c
parent35206453667d46e4e14903c435958a94d8ad00e5 (diff)
downloadprofani-tty-6dd11f0fff27d9019c9e362fc2567f2a0c64690b.tar.gz
Attention flagĀ for groupchats
Attention flag for groupchat and display the windows via "/wins attention"
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index f4439c74..36825eab 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -213,6 +213,7 @@ win_create_muc(const char* const roomjid)
     new_win->is_omemo = FALSE;
     new_win->last_message = NULL;
     new_win->last_msg_id = NULL;
+    new_win->has_attention = FALSE;
 
     new_win->memcheck = PROFMUCWIN_MEMCHECK;