Skip to content
Snippets Groups Projects
Commit cc03d5d1 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

print in XHTML messages in queue

parent 4fda072f
No related branches found
No related tags found
No related merge requests found
......@@ -1676,7 +1676,7 @@ class ChatControl(ChatControlBase):
else:
kind = 'print_queue'
self.print_conversation(data[0], kind, tim = data[3],
encrypted = data[4], subject = data[1])
encrypted = data[4], subject = data[1], xhtml = data[7])
if len(data) > 6 and isinstance(data[6], int):
message_ids.append(data[6])
if message_ids:
......
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