Fix ActivityPub endpoint URLs
This commit is contained in:
@@ -288,7 +288,7 @@ func (c *Collection) PersonObject(ids ...int64) *activitystreams.Person {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *Collection) FederatedAPIBase() string {
|
func (c *Collection) FederatedAPIBase() string {
|
||||||
return hostName
|
return hostName + "/"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Collection) FederatedAccount() string {
|
func (c *Collection) FederatedAccount() string {
|
||||||
|
Reference in New Issue
Block a user