Skip to content

Commit

Permalink
Revert "Don't crash on missing post"
Browse files Browse the repository at this point in the history
This reverts commit 43ae4d9.
  • Loading branch information
rossjrw committed Feb 4, 2025
1 parent 5d6b867 commit 896227a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifier/newposts.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def fetch_posts_with_context(
"post_id": post_id,
},
)
raise RuntimeError("Requested post missing from downloaded thread")

# For each kind of context, check if we already have it, and if not, fetch it

Expand Down

0 comments on commit 896227a

Please sign in to comment.