mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 23:16:16 -06:00
little reminder
This commit is contained in:
parent
32ed58a100
commit
b95db2bd8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue