diff options
author | FChannel <> | 2021-06-19 18:26:14 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-19 18:26:14 -0700 |
commit | 6b265b0a8c2e45422f4a4601e041d44e5cef1c1b (patch) | |
tree | 7480eb20d741caa0c0e0b9ae03dee8bfaa739c16 /activityPubStruct.go | |
parent | a257a631ad6c9d6bcb3ae91057ca74a5e1d9515c (diff) |
added sensitive content checkbox for upload
Diffstat (limited to 'activityPubStruct.go')
-rw-r--r-- | activityPubStruct.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/activityPubStruct.go b/activityPubStruct.go index d74ae82..b19536a 100644 --- a/activityPubStruct.go +++ b/activityPubStruct.go @@ -137,7 +137,8 @@ type ObjectBase struct { Bcc string `json:"Bcc,omitempty"` MediaType string `json:"mediatype,omitempty"` Duration string `json:"duration,omitempty"` - Size int64 `json:"size,omitempty"` + Size int64 `json:"size,omitempty"` + Sensitive bool `json:"sensitive"` } type CryptoCur struct { |