Skip to content

Commit

Permalink
Ask for posterity comments to be downvoted
Browse files Browse the repository at this point in the history
  • Loading branch information
kdknigga committed Oct 20, 2024
1 parent 01c2c2a commit 6474426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rflying_tower_bot/post_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def _process_post(self, post) -> None:
truncated_original_post_body: str = post.selftext[:9500] + (
post.selftext[9500:] and "..."
)
comment_text = f"This is a copy of the original post body for posterity:\n\n --- \n{truncated_original_post_body}"
comment_text = f"This is a copy of the original post body for posterity:\n\n --- \n{truncated_original_post_body} \n\n --- \n Please downvote this comment until it collapses.\n\n"
c: Comment | None = None
try:
c = await post.reply(self.utilities.format_comment(comment_text))
Expand Down

0 comments on commit 6474426

Please sign in to comment.