fix Bug #472 add Message.children
This commit is contained in:
parent
2db0fe5a75
commit
63efb6f96a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ 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, sender=content.author, receivers=None, date=thread.date, parent=None, content=content.body, flags=flags)
|
||||
thread.root = Message(thread=thread, id=0, title=content.title, sender=content.author, receivers=None, date=thread.date, parent=None, content=content.body, flags=flags, children= [])
|
||||
return thread
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue