diff --git a/accounts.go b/accounts.go index 2e803ea..b039add 100644 --- a/accounts.go +++ b/accounts.go @@ -163,7 +163,7 @@ func (c *Client) AccountsSearch(q string, limit int64) ([]*Account, error) { } // Follow send follow-request. -func (c *Client) Follow(uri string) (*Account, error) { +func (c *Client) FollowRemoteUser(uri string) (*Account, error) { params := url.Values{} params.Set("uri", uri)