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

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)
];