diff --git a/isso/views/comments.py b/isso/views/comments.py index d3b80c3..0ed2290 100644 --- a/isso/views/comments.py +++ b/isso/views/comments.py @@ -261,6 +261,9 @@ class API(object): else: title = data['title'] + if title is None: + title = "New comment" + thread = self.threads.new(uri, title) self.signal("comments.new:new-thread", thread) else: