From b95db2bd8f9bf1c66e2058cecd8fc3a3649741df Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Thu, 19 Aug 2021 22:07:37 +0200 Subject: [PATCH] little reminder --- internal/db/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/db/account.go b/internal/db/account.go index c7c49a9ac..08777fccc 100644 --- a/internal/db/account.go +++ b/internal/db/account.go @@ -39,7 +39,7 @@ type Account interface { GetLocalAccountByUsername(username string) (*gtsmodel.Account, Error) // GetAccountFollowRequests returns all follow requests targeting the given account. - GetAccountFollowRequests(accountID string) ([]gtsmodel.FollowRequest, Error) + GetAccountFollowRequests(accountID string) ([]bbbbbbbbbbbbbbbbgtsmodel.FollowRequest, Error) // GetAccountFollows returns a slice of follows owned by the given accountID. GetAccountFollows(accountID string, following *[]gtsmodel.Follow) Error