mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 01:05:36 +00:00
Update ApiController
This commit is contained in:
parent
b6553f82c6
commit
d7e6350f9f
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue