diff --git a/src/Api/Controllers/PushController.cs b/src/Api/Controllers/PushController.cs index 5143d3f4a..5edd4e1c0 100644 --- a/src/Api/Controllers/PushController.cs +++ b/src/Api/Controllers/PushController.cs @@ -111,7 +111,7 @@ namespace Bit.Api.Controllers return true; } - return _currentContext.InstallationId.HasValue && _globalSettings.SelfHosted; + return _currentContext.InstallationId.HasValue && !_globalSettings.SelfHosted; } } }