don't use tostring(), maybe add method='text'
This commit is contained in:
parent
75859bd5f4
commit
b3e830665b
3 changed files with 8 additions and 9 deletions
|
|
@ -84,6 +84,6 @@ class Newspaper20minutesBackend(BaseBackend, ICapMessages):
|
|||
|
||||
#thread.root = Message(thread=thread, id=0, title=content.title, sender=content.author, receivers=None, date=thread.date, parent=None, content=content.body, signature=None, children = [], flags=flags)
|
||||
|
||||
thread.root = Message(thread=thread, id=0, title=content.title)
|
||||
thread.root = Message(thread=thread, id=0, title=content.title, sender=content.author, receivers=None, date=thread.date, parent=None, content=content.body)
|
||||
return thread
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue