Update StatusController

This commit is contained in:
Daniel Supernault 2019-06-09 17:26:24 -06:00
parent ae116457bf
commit 7bad6adab5
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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);
}