do not export email field
This commit is contained in:
parent
1a4b252bfe
commit
c8acd461d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user