mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 16:53:17 +00:00
Update StatusController
This commit is contained in:
parent
ae116457bf
commit
7bad6adab5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class StatusController extends Controller
|
|||
}
|
||||
}
|
||||
|
||||
if ($request->wantsJson() && config('pixelfed.activitypub_enabled')) {
|
||||
if ($request->wantsJson() && config('federation.activitypub.enabled')) {
|
||||
return $this->showActivityPub($request, $status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue