mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Update ApiController
This commit is contained in:
parent
4baf254039
commit
a665b90b60
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ class ApiController extends BaseApiController
|
|||
|
||||
'media_types' => config('pixelfed.media_types'),
|
||||
'enforce_account_limit' => config('pixelfed.enforce_account_limit')
|
||||
],
|
||||
'activitypub' => [
|
||||
'enabled' => config('pixelfed.activitypub_enabled'),
|
||||
'remote_follow' => config('pixelfed.remote_follow_enabled')
|
||||
]
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue