diff --git a/files/routes/posts.py b/files/routes/posts.py index 1a14d9daa..55dcec8d2 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -175,7 +175,8 @@ def post_id(pid, anything=None, v=None, sub=None): joinedload(Comment.awards), joinedload(Comment.author), joinedload(Comment.options), - joinedload(Comment.options, CommentOption.votes) + joinedload(Comment.options, CommentOption.votes), + joinedload(Comment.child_comments) ) output = []