diff options
author | FChannel <=> | 2021-01-28 00:27:36 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-28 00:27:36 -0800 |
commit | faee9db270a22a42e45210529c7998dcede0087b (patch) | |
tree | 4b3c90b197f8a784e8ce3c57e6e57d4b423e83e8 /activityPubStruct.go | |
parent | c171ea82b48f9b2f5c9b8132755e4fb8545290d9 (diff) |
added red board layout
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 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 { |