Remove deprecated tootctl accounts fix-duplicate command (#40232)

This commit is contained in:
Claire
2026-08-21 11:45:17 +00:00
committed by GitHub
parent a7f2e22793
commit ea123f3e9b
2 changed files with 1 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
# TODO: remove some time after 4.7.0
# TODO: remove after 5.0.0
module Account::Merging
extend ActiveSupport::Concern

View File

@@ -250,16 +250,6 @@ module Mastodon::CLI
say('OK', :green)
end
desc 'fix-duplicates', 'Find duplicate remote accounts and merge them'
option :dry_run, type: :boolean
long_desc <<-LONG_DESC
This command is deprecated as of Mastodon v4.7.0.
LONG_DESC
def fix_duplicates
# TODO: remove this after 4.7.0
say('This command is deprecated as Mastodon v4.7.0 migrations enforce ActivityPub actor identifier uniqueness', :yellow)
end
desc 'backup USERNAME', 'Request a backup for a user'
long_desc <<-LONG_DESC
Request a new backup for an account with a given USERNAME.