Skip to content
Snippets Groups Projects
Commit 59aa2cf8 authored by roidelapluie's avatar roidelapluie
Browse files

Don't print xhtml in history messages.

So all the messages are grayed.
parent ec2ff7a6
No related branches found
No related tags found
No related merge requests found
......@@ -521,7 +521,9 @@ class GroupchatControl(ChatControlBase):
else:
# message from someone
if has_timestamp:
self.print_old_conversation(msg, nick, tim, xhtml)
# don't print xhtml if it's an old message.
# Like that xhtml messages are grayed too.
self.print_old_conversation(msg, nick, tim, None)
else:
self.print_conversation(msg, nick, tim, xhtml)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment