mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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' => [
|
'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')
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue