added gold symbol next to gilded comments
This commit is contained in:
@@ -79,6 +79,7 @@ class BaseContent(object):
|
||||
flair = comment.author_flair_text
|
||||
data['flair'] = (flair if flair else '')
|
||||
data['likes'] = comment.likes
|
||||
data['gold'] = comment.gilded > 0
|
||||
|
||||
return data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user