This commit is contained in:
@@ -128,7 +128,7 @@ namespace AyaNova.Biz
|
||||
if (notifyevent.NotifySubscription.AgeValue != TimeSpan.Zero)
|
||||
{
|
||||
var deliverAfter = notifyevent.EventDate + notifyevent.NotifySubscription.AgeValue - notifyevent.NotifySubscription.AdvanceNotice;
|
||||
if (deliverAfter > DateTime.UtcNow)
|
||||
if (deliverAfter < DateTime.UtcNow)
|
||||
{
|
||||
if (notifyevent.NotifySubscription.DeliveryMethod == NotifyDeliveryMethod.App)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user