diff options
Diffstat (limited to 'internal/api/activitypub/users/following.go')
| -rw-r--r-- | internal/api/activitypub/users/following.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/api/activitypub/users/following.go b/internal/api/activitypub/users/following.go index d01b55b57..630e0b821 100644 --- a/internal/api/activitypub/users/following.go +++ b/internal/api/activitypub/users/following.go @@ -22,10 +22,10 @@ import ( "net/http" "strings" + apiutil "code.superseriousbusiness.org/gotosocial/internal/api/util" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" + "code.superseriousbusiness.org/gotosocial/internal/paging" "github.com/gin-gonic/gin" - apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" - "github.com/superseriousbusiness/gotosocial/internal/paging" ) // FollowingGETHandler returns a collection of URIs for accounts that the target user follows, formatted so that other AP servers can understand it. |
