rename Follow to FollowRemoteUser
This commit is contained in:
parent
52add89d1d
commit
b42014511b
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user