From cd55755ffc4e7209dc7640c709619a806af1a39e Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 3 Apr 2025 00:57:16 +0200 Subject: [PATCH] make storeConfirmation default true --- standards/application/messaging-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/messaging-api.md b/standards/application/messaging-api.md index 84a1d56..c511feb 100644 --- a/standards/application/messaging-api.md +++ b/standards/application/messaging-api.md @@ -136,7 +136,7 @@ A list of `Multiaddr` addresses to remote peers that MUST be used for any applic - [PEER-EXCHANGE](https://github.com/vacp2p/rfc-index/blob/8ee2a6d6b232838d83374c35e2413f84436ecf64/waku/standards/core/34/peer-exchange.md). ##### `storeConfirmation` -An optional property that defaults to `false`. +An optional property that defaults to `true`. If set to `true` and `confirmContentTopics` are provided, a recurring background [STORE](../standards/core/store.md) query (as described in the `Message Storage API` section) MUST be initiated. If set to `true` without `confirmContentTopics`, the background [STORE](../standards/core/store.md) query (as described in the `Messaging Storage API` section) MUST only be initiated after the `Subscribe API` is called. If set to `false`, the `stored` property on the `MessageRecord` (defined in the `Message Storage API`) MUST NOT be populated, unless `History API` is triggered.