Fix server error when failing to follow back followers from /relationships
(#23787)
This commit is contained in:
parent
b55fc883b6
commit
f8bb4d0d6b
3 changed files with 9 additions and 0 deletions
|
@ -19,6 +19,8 @@ class RelationshipsController < ApplicationController
|
|||
@form.save
|
||||
rescue ActionController::ParameterMissing
|
||||
# Do nothing
|
||||
rescue Mastodon::NotPermittedError, ActiveRecord::RecordNotFound
|
||||
flash[:alert] = I18n.t('relationships.follow_failure') if action_from_button == 'follow'
|
||||
ensure
|
||||
redirect_to relationships_path(filter_params)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue