Update ApiController

This commit is contained in:
Daniel Supernault 2019-06-09 17:23:13 -06:00
parent b6553f82c6
commit d7e6350f9f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class ApiController extends BaseApiController
], ],
'activitypub' => [ 'activitypub' => [
'enabled' => config('pixelfed.activitypub_enabled'), 'enabled' => config('federation.activitypub.enabled'),
'remote_follow' => config('pixelfed.remote_follow_enabled') 'remote_follow' => config('pixelfed.remote_follow_enabled')
], ],