mirror of
https://github.com/writeas/writefreely
synced 2025-02-09 12:08:41 +01:00
Fix ActivityPub endpoint URLs
This commit is contained in:
parent
9149e1f120
commit
6a571950a2
@ -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…
x
Reference in New Issue
Block a user