Improve error handling when failing to refresh an actor's key (#38555)

This commit is contained in:
Claire
2026-04-13 16:49:42 +02:00
committed by GitHub
parent 06a8379dce
commit 46af7467e0

View File

@@ -142,6 +142,7 @@ module SignatureVerification
# Only refreshing keys, skipping potentially more expensive requests
ActivityPub::FetchRemoteActorService.new.call(keypair.actor.uri, only_key: true, suppress_errors: false)
end
return if actor.nil?
keypair_uri = keypair.uri