From eac3fbc3d41d6f8aa42a591acbb60509d003b4a6 Mon Sep 17 00:00:00 2001 From: bashrc Date: Mon, 21 Sep 2026 19:35:20 +0100 Subject: [PATCH] Another context --- src/context.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/context.py b/src/context.py index 24ffabacc..5e6c53b62 100644 --- a/src/context.py +++ b/src/context.py @@ -28,7 +28,8 @@ VALID_CONTEXTS = ( "https://w3id.org/security/data-integrity/v1", "*/contexts/data-integrity/v1.jsonld", "*/ns/privacyHeaders", - "https://w3id.org/fep/*" + "https://w3id.org/fep/*", + "https://gotosocial.org/ns" )