Improve error handling when failing to refresh an actor's key (#38555)
This commit is contained in:
parent
06a8379dce
commit
46af7467e0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user