Leave out certain properties in Activity JSON
This commit is contained in:
@@ -23,7 +23,6 @@ func NewPerson(accountRoot string) *Person {
|
||||
},
|
||||
ID: accountRoot,
|
||||
},
|
||||
URL: accountRoot,
|
||||
Following: accountRoot + "/following",
|
||||
Followers: accountRoot + "/followers",
|
||||
Inbox: accountRoot + "/inbox",
|
||||
|
||||
Reference in New Issue
Block a user