Fix for profile limitation / configurable list of limited servers

This commit is contained in:
Michael 2023-12-22 17:16:10 +00:00
parent a0f6f2e73e
commit e38a699324
3 changed files with 16 additions and 2 deletions

View file

@ -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,