Issue 9268: Don't show posts from followers on community page
This commit is contained in:
parent
04f993b611
commit
b522f20702
2 changed files with 9 additions and 0 deletions
|
@ -122,6 +122,10 @@ return [
|
|||
// Deny public access to the local user directory.
|
||||
'block_local_dir' => false,
|
||||
|
||||
// community_no_followers (Boolean)
|
||||
// Don't display followers on the global community
|
||||
'community_no_followers' => false,
|
||||
|
||||
// cron_interval (Integer)
|
||||
// Minimal period in minutes between two calls of the "Cron" worker job.
|
||||
'cron_interval' => 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue