chibenwa commented on code in PR #1845:
URL: https://github.com/apache/james-project/pull/1845#discussion_r1420086435
##########
server/data/data-jmap/src/main/java/org/apache/james/jmap/api/pushsubscription/PushSubscriptionHelpers.java:
##########
@@ -48,8 +48,8 @@ public static PushSubscriptionExpiredTime
evaluateExpiresTime(Optional<ZonedDate
.orElse(maxExpiresTime));
}
- public static boolean isNotOutdatedSubscription(PushSubscription
subscription, Clock clock) {
- return subscription.expires().isAfter(ZonedDateTime.now(clock));
+ public static boolean isNotOutdatedSubscription(PushSubscription
subscription) {
+ return subscription.expires().isAfter(ZonedDateTime.now());
Review Comment:
Why? Sounds like a regression...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]