TF-2298 Update expires time when old token has expired

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit fb26afe8f52df6e16476aea8a68f9f92c5c4b001)
This commit is contained in:
dab246
2023-12-04 10:53:26 +07:00
committed by Dat H. Pham
parent e3dea129b6
commit f5d878012d
72 changed files with 964 additions and 736 deletions
@@ -6,12 +6,18 @@ class NotFoundStateToRefreshException implements Exception {}
class NotFoundEmailDeliveryStateException implements Exception {}
class NotFoundFirebaseSubscriptionException implements Exception {}
class NotFoundFirebaseRegistrationForDeviceException implements Exception {}
class NotFoundSubscriptionException implements Exception {}
class NotFoundFirebaseRegistrationCacheException implements Exception {}
class NotFoundEmailStateException implements Exception {}
class NotFoundNewReceiveEmailException implements Exception {}
class EmailStateNoChangeException implements Exception {}
class EmailStateNoChangeException implements Exception {}
class NotFoundFirebaseRegistrationCreatedException implements Exception {}
class NotFoundFirebaseRegistrationUpdatedException implements Exception {}
class NotFoundFirebaseRegistrationDestroyedException implements Exception {}