Browse Source

Update federation config, enable remote follows by default

Daniel Supernault 2 years ago
parent
commit
59702d406b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/federation.php

+ 1 - 1
config/federation.php

@@ -16,7 +16,7 @@ return [
 		'inbox' => env('AP_INBOX', true),
 		'sharedInbox' => env('AP_SHAREDINBOX', true),
 
-		'remoteFollow' => env('AP_REMOTE_FOLLOW', false),
+		'remoteFollow' => env('AP_REMOTE_FOLLOW', true),
 
 		'delivery' => [
 			'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 30.0),