1
0
Fork 0

Enable network timeline by default

This commit is contained in:
Daniel Supernault 2021-12-29 02:04:39 -07:00
parent 6913366063
commit b95aec1208
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ return [
'enabled' => env('WEBFINGER', true)
],
'network_timeline' => env('PF_NETWORK_TIMELINE', false)
'network_timeline' => env('PF_NETWORK_TIMELINE', true)
];