diff --git a/activitystreams/data.go b/activitystreams/data.go index 5c7cee3..956b835 100644 --- a/activitystreams/data.go +++ b/activitystreams/data.go @@ -17,7 +17,7 @@ type ( } Endpoints struct { - SharedInbox string `json:"sharedInbox"` + SharedInbox string `json:"sharedInbox,omitempty"` } Image struct {