mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Enable network timeline by default
This commit is contained in:
parent
6913366063
commit
b95aec1208
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ return [
|
|||
'enabled' => env('WEBFINGER', true)
|
||||
],
|
||||
|
||||
'network_timeline' => env('PF_NETWORK_TIMELINE', false)
|
||||
'network_timeline' => env('PF_NETWORK_TIMELINE', true)
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue