Add (back) option to set redirect notice on account without moving followers (#11994)
Fix #11913
This commit is contained in:
parent
b0cda7a504
commit
163ed91af3
9 changed files with 144 additions and 18 deletions
|
@ -27,15 +27,6 @@ class Settings::MigrationsController < Settings::BaseController
|
|||
end
|
||||
end
|
||||
|
||||
def cancel
|
||||
if current_account.moved_to_account_id.present?
|
||||
current_account.update!(moved_to_account: nil)
|
||||
ActivityPub::UpdateDistributionWorker.perform_async(current_account.id)
|
||||
end
|
||||
|
||||
redirect_to settings_migration_path, notice: I18n.t('migrations.cancelled_msg')
|
||||
end
|
||||
|
||||
helper_method :on_cooldown?
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue