This commit is contained in:
parent
4601a58ac2
commit
1ee675d68b
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
class AuthorizeFollowService < BaseService
|
||||
def call(source_account, target_account, **options)
|
||||
if options[:skip_follow_request]
|
||||
follow_request = FollowRequest.new(account: source_account, target_account: target_account)
|
||||
follow_request = FollowRequest.new(account: source_account, target_account: target_account, uri: options[:follow_request_uri])
|
||||
else
|
||||
follow_request = FollowRequest.find_by!(account: source_account, target_account: target_account)
|
||||
follow_request.authorize!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue