Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_interface.py')
-rw-r--r--src/gui_interface.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui_interface.py b/src/gui_interface.py
index fdf0a5b22..f0f3fd73f 100644
--- a/src/gui_interface.py
+++ b/src/gui_interface.py
@@ -368,11 +368,6 @@ class Interface:
jids = obj.fjid.split('/', 1)
jid = jids[0]
- if obj.error_code == '503':
- # If we get server-not-found error, stop sending chatstates
- for contact in gajim.contacts.get_contacts(account, jid):
- contact.composing_xep = False
-
session = obj.session
gc_control = self.msg_win_mgr.get_gc_control(jid, account)