mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
Fix ActivityPub endpoint URLs
This commit is contained in:
parent
9149e1f120
commit
6a571950a2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue