Fix local follows, 404 in logs
This commit is contained in:
parent
0f4bc56719
commit
509c18eb13
7 changed files with 28 additions and 11 deletions
|
@ -19,12 +19,7 @@ class Api::AccountsController < ApiController
|
|||
end
|
||||
|
||||
def follow
|
||||
if @account.local?
|
||||
@follow = current_user.account.follow!(@account)
|
||||
else
|
||||
@follow = FollowService.new.(current_user.account, @account.acct)
|
||||
end
|
||||
|
||||
@follow = FollowService.new.(current_user.account, @account.acct)
|
||||
render action: :show
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue