summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-08-04 15:29:43 +0200
committermathieui <mathieui@mathieui.net>2013-08-04 15:29:43 +0200
commitfeb101f158ff3925426177276b17272a25c75b5a (patch)
tree678da2b2023a8e465029eca046561e51da9fba11 /src/core.py
parent416ceddbe498a70d703c46a531d89aeaecb1f5f0 (diff)
downloadpoezio-feb101f158ff3925426177276b17272a25c75b5a.tar.gz
poezio-feb101f158ff3925426177276b17272a25c75b5a.tar.bz2
poezio-feb101f158ff3925426177276b17272a25c75b5a.tar.xz
poezio-feb101f158ff3925426177276b17272a25c75b5a.zip
Fix some refresh quirks
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py
index 9de53b51..4c1dd032 100644
--- a/src/core.py
+++ b/src/core.py
@@ -3161,6 +3161,7 @@ class Core(object):
self.xmpp.send_message(mto=jid.full, mbody=msg, mtype='chat')
return
self.events.trigger('private_msg', message, tab)
+ body = xhtml.get_body_from_message_stanza(message)
if not body or not tab:
return
replaced_id = message['replace']['id']