Browse Source

Enable network timeline by default

Daniel Supernault 3 years ago
parent
commit
b95aec1208
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/federation.php

+ 1 - 1
config/federation.php

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