mirror of https://github.com/pixelfed/pixelfed.git
Update nag endpoint
This commit is contained in:
parent
92ad62e735
commit
df5a9f2659
|
@ -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…
Reference in New Issue