default type of threads is IS_THREADS
This commit is contained in:
parent
7132ac47ca
commit
8cb2bf07db
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class Thread(_Thread):
|
||||||
root = Field('Root message', Message)
|
root = Field('Root message', Message)
|
||||||
title = StringField('Title of thread')
|
title = StringField('Title of thread')
|
||||||
date = DateField('Date of thread')
|
date = DateField('Date of thread')
|
||||||
flags = IntField('Flags (IS_* constants)', default=0)
|
flags = IntField('Flags (IS_* constants)', default=IS_THREADS)
|
||||||
|
|
||||||
def iter_all_messages(self):
|
def iter_all_messages(self):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue