We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4aac1 commit 90cd599Copy full SHA for 90cd599
ennead/models/thread.py
@@ -31,7 +31,7 @@ def ordered_posts(self, show_hidden=False):
31
if show_hidden:
32
posts = filter(lambda post: not post.hidden, posts)
33
posts = sorted(posts, key=lambda post: post.date)
34
- return list(posts)
+ return posts
35
36
37
0 commit comments