Update nag endpoint

This commit is contained in:
Daniel Supernault 2024-09-28 04:09:29 -06:00
parent 92ad62e735
commit df5a9f2659
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 3 additions and 1 deletions

View File

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