diff options
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py index e3bea971..b7624c2b 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -557,7 +557,6 @@ class MucTab(ChatTab): msg = self.core.xmpp.make_message(self.get_name()) msg['type'] = 'groupchat' msg['body'] = line - msg['xhtml_im'] = "<body><p>coucou</p></body>" if config.get('send_chat_states', 'true') == 'true' and self.remote_wants_chatstates is not False: msg['chat_state'] = 'active' msg.send() |