From f471722f97b6907688bc33972b268e8e2eeaf041 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Wed, 16 Jun 2021 15:41:32 +0200
Subject: [PATCH] patch: @cache false

---
 src/orbit-envoy.pug | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/orbit-envoy.pug b/src/orbit-envoy.pug
index dc95b44e..fa3c25de 100644
--- a/src/orbit-envoy.pug
+++ b/src/orbit-envoy.pug
@@ -114,6 +114,7 @@ for component of components
         if(typeof path === 'string') {
           if(path.startsWith('federation://')) {
             federations[`store://local.${component.uniq}/${attribute}/`] = {
+              "@cache": "false",
               "@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
               "@type": "ldp:Container",
               "@id": `store://local.${component.uniq}/${attribute}/`,
@@ -163,6 +164,7 @@ for component of components
             if(typeof path === 'string') {
               if(path.startsWith('federation://')) {
                 federations[`store://local.${extension.uniq}/${attribute}/`] = {
+                  "@cache": "false",
                   "@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
                   "@type": "ldp:Container",
                   "@id": `store://local.${extension.uniq}/${attribute}/`,
-- 
GitLab