From 7541d5466e0d9c1c8754629b11199afc58814bc3 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 22 Oct 2023 11:48:01 +0000 Subject: [PATCH] ntfy-waiter: add a todo for not dropping notifications (!) --- hosts/by-name/servo/services/ntfy/ntfy-waiter | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/by-name/servo/services/ntfy/ntfy-waiter b/hosts/by-name/servo/services/ntfy/ntfy-waiter index 3a966b42..5990ed2e 100755 --- a/hosts/by-name/servo/services/ntfy/ntfy-waiter +++ b/hosts/by-name/servo/services/ntfy/ntfy-waiter @@ -30,6 +30,7 @@ class Client: true otherwise. """ if time.time() < self.live_after: + # TODO: we want to still notify, just with a delay! logger.debug(f"not notifying client because it's not ready: {self.addr_info}") return True