Fix #3354 (wrong formatting for /code messages)

Acks were asked for and received, but /xhtml was bad
This commit is contained in:
mathieui 2017-12-27 20:37:52 +01:00
parent fbb0f8d8a6
commit 15c5d7822a
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -852,7 +852,9 @@ class OneToOneTab(ChatTab):
self._text_buffer.add_message(
body,
nickname=self.core.own_nick,
nick_color=get_theme().COLOR_OWN_NICK,
identifier=message['id'],
jid=self.core.xmpp.boundjid
)
self.refresh()