aboutsummaryrefslogtreecommitdiff
path: root/activityPubStruct.go
diff options
context:
space:
mode:
Diffstat (limited to 'activityPubStruct.go')
-rw-r--r--activityPubStruct.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/activityPubStruct.go b/activityPubStruct.go
index ff6f237..12c9dd1 100644
--- a/activityPubStruct.go
+++ b/activityPubStruct.go
@@ -76,7 +76,7 @@ type Actor struct {
PreferredUsername string `json:"prefereedUsername,omitempty"`
Summary string `json:"summary,omitempty"`
AuthRequirement []string `json:"authrequirement,omitempty"`
- Restricted bool `json:"restricted,omitempty"`
+ Restricted bool `json:"restricted"`
}
type Activity struct {