Merge pull request #290 from null3000/master

stickied comments will no longer be used
pull/296/head
Callum Leslie 3 years ago committed by GitHub
commit 348c900d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,6 +56,7 @@ def get_subreddit_threads():
content["comments"] = []
for top_level_comment in submission.comments:
if not top_level_comment.stickied:
content["comments"].append(
{
"comment_body": top_level_comment.body,

Loading…
Cancel
Save