Fix ActivityPub endpoint URLs

pull/24/head
Matt Baer 6 years ago
parent 9149e1f120
commit 6a571950a2
  1. 2
      collections.go

@ -288,7 +288,7 @@ func (c *Collection) PersonObject(ids ...int64) *activitystreams.Person {
}
func (c *Collection) FederatedAPIBase() string {
return hostName
return hostName + "/"
}
func (c *Collection) FederatedAccount() string {

Loading…
Cancel
Save