diff --git a/plone/app/discussion/conversation.py b/plone/app/discussion/conversation.py index 03c65cf..04b752f 100644 --- a/plone/app/discussion/conversation.py +++ b/plone/app/discussion/conversation.py @@ -108,7 +108,7 @@ class Conversation(Traversable, Persistent, Explicit): """Get threaded comments """ # TODO - build threads - raise [] + return [] def addComment(self, comment): """Add a new comment. The parent id should have been set already. The