mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-11 02:46:21 -05:00
Improve error handling when failing to refresh an actor's key (#38555)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user