diff --git a/rtv/content.py b/rtv/content.py index d191709..61addc6 100644 --- a/rtv/content.py +++ b/rtv/content.py @@ -188,6 +188,7 @@ class Content(object): data['gold'] = comment.gilded > 0 data['author'] = author data['flair'] = flair + data['hidden'] = False return data