diff --git a/gajim/common/connection_handlers.py b/gajim/common/connection_handlers.py index e61879549..7d4ebcf5f 100644 --- a/gajim/common/connection_handlers.py +++ b/gajim/common/connection_handlers.py @@ -26,7 +26,6 @@ import logging import operator -import time import nbxmpp diff --git a/gajim/common/modules/presence.py b/gajim/common/modules/presence.py index 78d22e1ae..f568acbce 100644 --- a/gajim/common/modules/presence.py +++ b/gajim/common/modules/presence.py @@ -124,7 +124,6 @@ class Presence: 'status': properties.status, 'contact_list': [], 'contact': None, - 'need_add_in_roster': False, } event_ = NetworkEvent('presence-received', **event_attrs)