turn off mobile notifications

pull/1959/head
tidusjar 7 years ago
parent 924e7c89f3
commit 6227e11543

@ -39,7 +39,7 @@ namespace Ombi.Notifications.Agents
protected override bool ValidateConfiguration(MobileNotificationSettings settings)
{
return true;
return false;
}
protected override async Task NewRequest(NotificationOptions model, MobileNotificationSettings settings)

Loading…
Cancel
Save