Set children on MoreRecursion objects.

This ensures that the json representation will have valid name,
id, and children.
This commit is contained in:
Brian Simpson
2014-02-27 12:44:11 -05:00
parent 601684a18b
commit fa83c92339

View File

@@ -780,6 +780,7 @@ class CommentBuilder(Builder):
parent_id=parent_id))
else:
w = more_recursions[parent_id]
w.children.append(comment_id)
more_recursions[parent_id] = w
timer.intermediate("pick_comments")