Fix webfinger_update_due to run WebFinger on stale activitypub-account (#16182)

th-downstream
Takeshi Umeda 4 years ago committed by GitHub
parent 978d92a628
commit 9a4350f45f

@ -122,7 +122,7 @@ class ResolveAccountService < BaseService
return false if @options[:check_delivery_availability] && !DeliveryFailureTracker.available?(@domain)
return false if @options[:skip_webfinger]
@account.nil? || (@account.ostatus? && @account.possibly_stale?)
@account.nil? || @account.possibly_stale?
end
def activitypub_ready?

Loading…
Cancel
Save