ntfy-waiter: add a todo for not dropping notifications (!)

This commit is contained in:
Colin 2023-10-22 11:48:01 +00:00
parent 644084f176
commit 7541d5466e

View File

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