users: add 'show deleted posts' account setting.

Add an account setting to always show deleted posts in searches. This
only applies to searches, not to thumbnails in other places.

Fixes #4512.
This commit is contained in:
evazion
2022-05-01 00:47:35 -05:00
parent f117049750
commit f434abc59a
5 changed files with 10 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ class User < ApplicationRecord
no_feedback
requires_verification
is_verified
show_deleted_posts
]
DEFAULT_BLACKLIST = ["guro", "scat", "furry -rating:s"].join("\n")