Explorar o código

Enable network timeline by default

Daniel Supernault %!s(int64=3) %!d(string=hai) anos
pai
achega
b95aec1208
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/federation.php

+ 1 - 1
config/federation.php

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