From b794de00852d37975dc21fa5532abed933c9154f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 20 Apr 2024 14:55:32 -0400 Subject: [PATCH] feat: add sensitive --- miscellany.jsonld | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/miscellany.jsonld b/miscellany.jsonld index e9b9c9c..1ae041b 100644 --- a/miscellany.jsonld +++ b/miscellany.jsonld @@ -2,10 +2,6 @@ "@context": { "as": "https://www.w3.org/ns/activitystreams#", "xsd": "http://www.w3.org/2001/XMLSchema#", - "Hashtag": { - "@id": "as:Hashtag", - "@type": "@id" - }, "manuallyApprovesFollowers": { "@id": "as:manuallyApprovesFollowers", "@type": "xsd:boolean" @@ -13,6 +9,14 @@ "movedTo": { "@id": "as:movedTo", "@type": "@id" + }, + "sensitive": { + "@id": "as:sensitive", + "@type": "xsd:boolean" + }, + "Hashtag": { + "@id": "as:Hashtag", + "@type": "@id" } } } \ No newline at end of file