diff --git a/isso/views/comments.py b/isso/views/comments.py index 5008d27..44c9e46 100644 --- a/isso/views/comments.py +++ b/isso/views/comments.py @@ -88,7 +88,7 @@ def xhr(func): class API(object): - FIELDS = set(['id', 'parent', 'text', 'author', 'website', 'email', + FIELDS = set(['id', 'parent', 'text', 'author', 'website', 'mode', 'created', 'modified', 'likes', 'dislikes', 'hash']) # comment fields, that can be submitted