From d8ba50ea62a367f476cd07f0de00b5cd66b128be Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:57:52 -0500 Subject: [PATCH] Update community-history-service.md --- status/61/community-history-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status/61/community-history-service.md b/status/61/community-history-service.md index 781a21d..0883134 100644 --- a/status/61/community-history-service.md +++ b/status/61/community-history-service.md @@ -13,7 +13,7 @@ contributors: ## Abstract -Messages are stored permanently by store nodes ([13/WAKU2-STORE](../../waku/standards/core/13/store.md) for up to a certain configurable period of time, limited by the overall storage provided by a store node. +Messages are stored permanently by store nodes ([13/WAKU2-STORE](../../waku/standards/core/13/store.md)) for up to a certain configurable period of time, limited by the overall storage provided by a store node. Messages older than that period are no longer provided by store nodes, making it impossible for other nodes to request historical messages that go beyond that time range. This raises issues in the case of Status communities, where recently joined members of a community are not able to request complete message histories of the community channels.