summaryrefslogtreecommitdiff
path: root/poezio
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-12-27 20:37:52 +0100
committermathieui <mathieui@mathieui.net>2017-12-27 20:37:52 +0100
commit15c5d7822ae17b323f647d9f5a04b98755c056aa (patch)
treeb9006dffd2edc7c54c7e19294deee5eef1995b44 /poezio
parentfbb0f8d8a663cbf01797ae8d5a87cb4c09ee6525 (diff)
downloadpoezio-15c5d7822ae17b323f647d9f5a04b98755c056aa.tar.gz
poezio-15c5d7822ae17b323f647d9f5a04b98755c056aa.tar.bz2
poezio-15c5d7822ae17b323f647d9f5a04b98755c056aa.tar.xz
poezio-15c5d7822ae17b323f647d9f5a04b98755c056aa.zip
Fix #3354 (wrong formatting for /code messages)
Acks were asked for and received, but /xhtml was bad
Diffstat (limited to 'poezio')
-rw-r--r--poezio/tabs/basetabs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py
index a155cbd0..01dedb3a 100644
--- a/poezio/tabs/basetabs.py
+++ b/poezio/tabs/basetabs.py
@@ -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()