1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 17:26:43 +00:00

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

View file

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