mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Fix for profile limitation / configurable list of limited servers
This commit is contained in:
parent
a0f6f2e73e
commit
e38a699324
3 changed files with 16 additions and 2 deletions
|
@ -325,6 +325,10 @@ return [
|
|||
// Don't update the "commented" value of an item when it is liked.
|
||||
'like_no_comment' => false,
|
||||
|
||||
// limited_servers (String)
|
||||
// A comma separated list of server hostnames that should get limited profile data
|
||||
'limited_servers' => '',
|
||||
|
||||
// local_tags (Boolean)
|
||||
// If activated, all hashtags will point to the local server.
|
||||
'local_tags' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue