Attention flag for groupchats

Attention flag for groupchat and display the windows via "/wins attention"
This commit is contained in:
DebXWoody
2021-05-29 09:30:13 +02:00
parent 3520645366
commit 6dd11f0fff
8 changed files with 80 additions and 3 deletions

View File

@@ -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;