Removed user-facing 'filter self' option- filtering of own posts is now always disabled

This commit is contained in:
pentargency 2017-11-19 17:04:53 -08:00
parent 5c73d03915
commit be6d7d9bfc
2 changed files with 1 additions and 6 deletions

View File

@ -125,7 +125,7 @@ Filter =
stub = true
hl = undefined
top = false
if !Conf['Filter Self'] and QuoteYou.isYou(post)
if QuoteYou.isYou(post)
hideable = false
for key of Filter.filters when ((value = Filter[key] post)?)
# Continue if there's nothing to filter (no tripcode for example).

View File

@ -179,11 +179,6 @@ Config =
'When enabled, shows backlinks to filtered posts with a line-through decoration. Otherwise, hides the backlinks.'
1
]
'Filter Self': [
true
'Also apply filters to posts known to be yours. (Remember Your Posts must be enabled)'
1
]
'Recursive Hiding': [
true
'Hide replies of hidden posts, recursively.'