turn off mobile notifications

This commit is contained in:
tidusjar 2018-02-03 21:39:08 +00:00
parent 924e7c89f3
commit 6227e11543

View file

@ -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)