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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user