diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index dfeae2847..5afb25440 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -564,7 +564,6 @@ class TabbedChatWindow(chat.Chat): gajim.connections[self.account].send_message(jid, None, None, chatstate = 'active') # go active before - contact.chatstate = state gajim.connections[self.account].send_message(jid, None, None, chatstate = state)