mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 16:23:16 +00:00
Update ApiController
This commit is contained in:
parent
d8e9f1539b
commit
7049b96a94
1 changed files with 6 additions and 1 deletions
|
@ -32,10 +32,15 @@ class ApiController extends BaseApiController
|
||||||
'media_types' => config('pixelfed.media_types'),
|
'media_types' => config('pixelfed.media_types'),
|
||||||
'enforce_account_limit' => config('pixelfed.enforce_account_limit')
|
'enforce_account_limit' => config('pixelfed.enforce_account_limit')
|
||||||
],
|
],
|
||||||
|
|
||||||
'activitypub' => [
|
'activitypub' => [
|
||||||
'enabled' => config('pixelfed.activitypub_enabled'),
|
'enabled' => config('pixelfed.activitypub_enabled'),
|
||||||
'remote_follow' => config('pixelfed.remote_follow_enabled')
|
'remote_follow' => config('pixelfed.remote_follow_enabled')
|
||||||
]
|
],
|
||||||
|
|
||||||
|
'ab' => [
|
||||||
|
'lc' => config('exp.lc')
|
||||||
|
],
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
return response()->json($res);
|
return response()->json($res);
|
||||||
|
|
Loading…
Reference in a new issue