浏览代码

Update federation config, enable remote follows by default

Daniel Supernault 2 年之前
父节点
当前提交
59702d406b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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),