Leave out certain properties in Activity JSON

This commit is contained in:
Matt Baer
2018-06-25 13:35:47 -04:00
parent 05ac12f10e
commit d67ec28bcc
3 changed files with 9 additions and 13 deletions
-1
View File
@@ -23,7 +23,6 @@ func NewPerson(accountRoot string) *Person {
},
ID: accountRoot,
},
URL: accountRoot,
Following: accountRoot + "/following",
Followers: accountRoot + "/followers",
Inbox: accountRoot + "/inbox",