Issue 9268: Don't show posts from followers on community page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user