From c8acd461d36df311f2f499a0e8d3a7ee4a9a3324 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Mon, 11 Aug 2014 10:39:07 +0200 Subject: [PATCH] do not export email field --- isso/views/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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