diff options
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 { |