Users who are too far into paging now get a 404

This commit is contained in:
Samuel Clay 2024-03-03 13:02:37 -05:00
parent a5222d9675
commit 7b99693f4a

View file

@ -722,7 +722,7 @@ def load_single_feed(request, feed_id):
if page > 400:
logging.user(request, "~BR~FK~SBOver page 400 on single feed: %s" % page)
assert False
raise Http404
if query:
if user.profile.is_premium: