diff options
author | FChannel <> | 2021-06-28 20:09:42 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-28 20:09:42 -0700 |
commit | 057c5639222dc773ff8d588ab122cc267b27c187 (patch) | |
tree | cfb3b98feb22844eea707e149657275aae377bab /activityPubStruct.go | |
parent | 429ab6de683653c0ae509ba169eab768f2e3bd91 (diff) |
added tor image in place of broken links. if user is using tor they just click the image to view it
Diffstat (limited to 'activityPubStruct.go')
-rw-r--r-- | activityPubStruct.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |