Merge pull request #10024 from annando/block-tags

Block tags from the trending tags
This commit is contained in:
Hypolite Petovan 2021-03-09 18:14:41 -05:00 committed by GitHub
commit df547ba73f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 2 deletions

View file

@ -121,6 +121,10 @@ return [
// Deny public access to the local user directory.
'block_local_dir' => false,
// blocked_tags (String)
// Comma separated list of hash tags that shouldn't be displayed in the trending tags
'blocked_tags' => '',
// community_no_sharer (Boolean)
// Don't display sharing accounts on the global community
'community_no_sharer' => false,