1
0
Fork 0

Hide own contacts

This commit is contained in:
Michael 2020-09-26 18:01:10 +00:00
commit c0ddcfb0cd
4 changed files with 39 additions and 6 deletions

View file

@ -122,9 +122,9 @@ 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,
// community_no_sharer (Boolean)
// Don't display sharing accounts on the global community
'community_no_sharer' => false,
// cron_interval (Integer)
// Minimal period in minutes between two calls of the "Cron" worker job.