Sfoglia il codice sorgente

Enable network timeline by default

Daniel Supernault 3 anni fa
parent
commit
b95aec1208
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)
 
 
 ];
 ];