From 8a59d9410534abbb34469e54a05a286ba50e6014 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 27 Jun 2025 10:42:45 +0200 Subject: [PATCH] Update notifier.py docs Update to current status and naming --- chatmaild/src/chatmaild/notifier.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chatmaild/src/chatmaild/notifier.py b/chatmaild/src/chatmaild/notifier.py index 60966d05..a57de462 100644 --- a/chatmaild/src/chatmaild/notifier.py +++ b/chatmaild/src/chatmaild/notifier.py @@ -17,11 +17,11 @@ and which are scheduled for retry using exponential back-off timing. If a token notification would be scheduled more than DROP_DEADLINE seconds after its first attempt, it is dropped with a log error. -Note that tokens are completely opaque to the notification machinery here -and will in the future be encrypted foreclosing all ability to distinguish +Note that tokens are opaque to the notification machinery here +and are encrypted foreclosing all ability to distinguish which device token ultimately goes to which phone-provider notification service, or to understand the relation of "device tokens" and chatmail addresses. -The meaning and format of tokens is basically a matter of Delta-Chat Core and +The meaning and format of tokens is basically a matter of chatmail Core and the `notification.delta.chat` service. """