mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update instance config, preserve backwards compatible defaults
This commit is contained in:
parent
f19d4d766a
commit
b5c017a2ba
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ return [
|
|||
|
||||
'timeline' => [
|
||||
'local' => [
|
||||
'is_public' => env('INSTANCE_PUBLIC_LOCAL_TIMELINE', false)
|
||||
'is_public' => env('INSTANCE_PUBLIC_LOCAL_TIMELINE', true)
|
||||
]
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue