mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Initialize is_ox in win_create_chat()
Fixes an issue where messages are displayed as OX when they are not.
This commit is contained in:
parent
8de6a7bfb0
commit
7d6ef8f4c8
@ -147,6 +147,7 @@ win_create_chat(const char *const barejid)
|
||||
new_win->pgp_recv = FALSE;
|
||||
new_win->pgp_send = FALSE;
|
||||
new_win->is_omemo = FALSE;
|
||||
new_win->is_ox = FALSE;
|
||||
new_win->history_shown = FALSE;
|
||||
new_win->unread = 0;
|
||||
new_win->state = chat_state_new();
|
||||
|
Loading…
Reference in New Issue
Block a user