From ac236a1ce37195d3bedeed51487cbe82a1c9b353 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Mon, 27 Dec 2021 10:48:33 -0800 Subject: [PATCH] Updated notes for the delayed enum --- docs/software/plugins/store-forward.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/software/plugins/store-forward.md b/docs/software/plugins/store-forward.md index 45cab1e0..f35b617b 100644 --- a/docs/software/plugins/store-forward.md +++ b/docs/software/plugins/store-forward.md @@ -166,6 +166,10 @@ Example Cases: * * From: Ann * * To: Bob +When a message is 'real time', time a message is sent is the same as the time the message was received. In the case the message is delayed, there is no timestamp available for the message. + +Where the message is a delayed broadcast, the "To" is *not* a broadcast address but rather the address of the device that requested the messages to be replayed. This is to allow the message to be routed over the mesh network and not displayed in the message screen of other devices. + ## Developer TODO Not necessarily in this order: