diff options
author | FChannel <> | 2021-04-26 14:00:29 -0700 |
---|---|---|
committer | FChannel <> | 2021-04-26 14:00:29 -0700 |
commit | 43e30cd3bc559eb9c51a2df0f45f3e29090cd0aa (patch) | |
tree | 47d3ef2664abf1f0b3852ac2d3b83eeaf9afd509 /activityPubStruct.go | |
parent | eda3cae276181509caad126eda0f1c0c0aed1963 (diff) |
typeo in activitypub struct
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 12c9dd1..9fe66d6 100644 --- a/activityPubStruct.go +++ b/activityPubStruct.go @@ -73,7 +73,7 @@ type Actor struct { Following string `json:"following,omitempty"` Followers string `json:"followers,omitempty"` Name string `json:"name,omitempty"` - PreferredUsername string `json:"prefereedUsername,omitempty"` + PreferredUsername string `json:"preferredUsername,omitempty"` Summary string `json:"summary,omitempty"` AuthRequirement []string `json:"authrequirement,omitempty"` Restricted bool `json:"restricted"` |