diff options
author | ThibG <thib@sitedethib.com> | 2019-02-16 13:43:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-16 13:43:23 +0100 |
commit | ab9082b3325dfd193d7130d6c880e85ab2781bc0 (patch) | |
tree | 7593823272a7b35bbb2ea41206349e107d31cd26 /app/services | |
parent | 2769b5446681898e8332cb505f499dac2a6e5717 (diff) | |
parent | 59fa38a4f6b9f19d674b3f9da97253b586814f94 (diff) |
Merge pull request #916 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/services')
-rw-r--r-- | app/services/activitypub/process_collection_service.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/activitypub/process_collection_service.rb b/app/services/activitypub/process_collection_service.rb index 5c54aad89..881df478b 100644 --- a/app/services/activitypub/process_collection_service.rb +++ b/app/services/activitypub/process_collection_service.rb @@ -44,6 +44,7 @@ class ActivityPub::ProcessCollectionService < BaseService end def verify_account! + @options[:relayed_through_account] = @account @account = ActivityPub::LinkedDataSignature.new(@json).verify_account! rescue JSON::LD::JsonLdError => e Rails.logger.debug "Could not verify LD-Signature for #{value_or_id(@json['actor'])}: #{e.message}" |