Update nag endpoint

pull/5303/head
Daniel Supernault 5 months ago
parent 92ad62e735
commit df5a9f2659
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -1258,6 +1258,8 @@ class ApiV1Dot1Controller extends Controller
{
abort_unless((bool) config_cache('pixelfed.oauth_enabled'), 404);
return NotificationAppGatewayService::config();
return [
'active' => NotificationAppGatewayService::enabled(),
];
}
}

Loading…
Cancel
Save