@m_okunobu subscriptionを確認したところmstdn-mfmf.spaceへpostを送ろうとして削除されていたっぽいのでドメインをDBで直変更しました。
@m_okunobu Railsのコンソールで
Account.remote.with_followers.where.not(subscription_expires_at: nil).find_each do |a| SubscribeService.new.call(a) end
がソリューションだと思います。(remoteでfollowしているユーザ全部の再subscribe)
@Clworld ありがとうございます。試してみます!