diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index b2906f10..f34a97af 100644 --- a/src/core.py +++ b/src/core.py @@ -2642,7 +2642,6 @@ class Core(object): """ We are sending a new stanza, write it in the xml buffer if needed. """ - self.xmpp.plugin['xep_0012'].set_last_activity() if self.xml_tabs: self.add_message_to_text_buffer(self.xml_buffer, '\x191}<--\x19o %s' % stanza) if isinstance(self.current_tab(), tabs.XMLTab): |