From 6a571950a26af8cc1d38b11934010ee7c8a58940 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 8 Nov 2018 11:26:02 -0500 Subject: [PATCH] Fix ActivityPub endpoint URLs --- collections.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections.go b/collections.go index 0ec98df..a6ade4d 100644 --- a/collections.go +++ b/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 {