Block stickied comments from being used

this blocks stickied comments from being used because this is mostly used for bot messages and not about the actual thread.
pull/418/head
PatatjeMC 3 years ago
parent 0a028358b2
commit f3d8af5a3a

@ -58,6 +58,7 @@ def get_subreddit_threads():
content["comments"] = []
for top_level_comment in submission.comments:
if not top_level_comment.stickied:
if len(top_level_comment.body) <= int(environ["MAX_COMMENT_LENGTH"]):
content["comments"].append(
{"comment_body": top_level_comment.body, "comment_url": top_level_comment.permalink,

Loading…
Cancel
Save