From 30baa44d0a1def6321e351a0537ba59300b92298 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 22 Jul 2025 15:35:00 +1000 Subject: [PATCH] more context on archival --- requirements/codex.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/requirements/codex.md b/requirements/codex.md index c2f9855..afbd178 100644 --- a/requirements/codex.md +++ b/requirements/codex.md @@ -3,6 +3,13 @@ ## Publish Large Messages - Uploader is online To be used for messages archival in Chat SDK, Qaku, opchan, etc. +It assumes that a special user (admin) regularly bundles messages and pushes them to an external system. +It then pushes the CID (or any other reference to retrieve the bundle) over Waku. + +New users retrieve and listen to new messages using Waku. +Thanks to SDS, they learn whether they miss messages, and if so, can proceed with retrieval from the latest bundle. + +(clearly, spec is needed). ### Functionality