Merge branch 'hide' of https://github.com/nemanjan00/rtv into nemanjan00-hide

This commit is contained in:
Michael Lazar
2018-06-02 22:50:56 -04:00
11 changed files with 37 additions and 6 deletions

View File

@@ -188,6 +188,7 @@ class Content(object):
data['gold'] = comment.gilded > 0
data['author'] = author
data['flair'] = flair
data['hidden'] = False
return data