We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8dcc5 commit 4e1260fCopy full SHA for 4e1260f
1 file changed
app/services/block_service.rb
@@ -8,7 +8,7 @@ def call(account, target_account)
8
9
UnfollowService.new.call(account, target_account) if account.following?(target_account)
10
UnfollowService.new.call(target_account, account) if target_account.following?(account)
11
- RejectFollowService.new.call(account, target_account) if target_account.requested?(account)
+ RejectFollowService.new.call(target_account, account) if target_account.requested?(account)
12
13
block = account.block!(target_account)
14
0 commit comments