Fix account migration form ever using outdated account data (#18429)
This commit is contained in:
parent
317ec06dc7
commit
dc5c86add7
2 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ class Form::Redirect
|
|||
private
|
||||
|
||||
def set_target_account
|
||||
@target_account = ResolveAccountService.new.call(acct)
|
||||
@target_account = ResolveAccountService.new.call(acct, skip_cache: true)
|
||||
rescue Webfinger::Error, HTTP::Error, OpenSSL::SSL::SSLError, Mastodon::Error
|
||||
# Validation will take care of it
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue