ab30b8bbec
* Fix 'all_posts_hidden_nsfw' when there are no posts. If a search query yielded no results and the user set nsfw posts to be hidden, libreddit would show 'All posts are hidden because they are NSFW. Enable "Show NSFW posts" in settings to view'. This is fixed by verifying tnat posts.len > 0 before setting 'all_posts_hidden_nsfw' to true. * Add a message when no posts were found. * Delete 2 |
||
---|---|---|
.. | ||
base.html | ||
comment.html | ||
duplicates.html | ||
error.html | ||
post.html | ||
search.html | ||
settings.html | ||
subreddit.html | ||
user.html | ||
utils.html | ||
wall.html | ||
wiki.html |