Browse Source

Allow attributedTo in a status to be an embedded object (#6238)

pull/4/head
puckipedia 6 years ago
committed by Eugen Rochko
parent
commit
74c1c9ec01
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/activitypub/fetch_remote_status_service.rb

+ 1
- 1
app/services/activitypub/fetch_remote_status_service.rb View File

@ -30,7 +30,7 @@ class ActivityPub::FetchRemoteStatusService < BaseService
end
def actor_id
first_of_value(@json['attributedTo'])
value_or_id(first_of_value(@json['attributedTo']))
end
def trustworthy_attribution?(uri, attributed_to)

Loading…
Cancel
Save