Fix #3354 (wrong formatting for /code messages)
Acks were asked for and received, but /xhtml was bad
This commit is contained in:
parent
fbb0f8d8a6
commit
15c5d7822a
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue