rename Follow to FollowRemoteUser

pull/10/head
Yasuhiro Matsumoto 2017-04-15 00:31:08 +09:00
parent 52add89d1d
commit b42014511b
1 changed files with 1 additions and 1 deletions

View File

@ -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)