diff --git a/plone/app/discussion/conversation.py b/plone/app/discussion/conversation.py index 4551c9c..03c65cf 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 NotImplemented + raise [] def addComment(self, comment): """Add a new comment. The parent id should have been set already. The