From 057c5639222dc773ff8d588ab122cc267b27c187 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Mon, 28 Jun 2021 20:09:42 -0700 Subject: added tor image in place of broken links. if user is using tor they just click the image to view it --- activityPubStruct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activityPubStruct.go') diff --git a/activityPubStruct.go b/activityPubStruct.go index 06c97e1..e790573 100644 --- a/activityPubStruct.go +++ b/activityPubStruct.go @@ -138,7 +138,7 @@ type ObjectBase struct { MediaType string `json:"mediatype,omitempty"` Duration string `json:"duration,omitempty"` Size int64 `json:"size,omitempty"` - Sensitive bool `json:"sensitive"` + Sensitive bool `json:"sensitive,omitempty"` } type CryptoCur struct { -- cgit v1.2.3