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

th-downstream
puckipedia 7 years ago committed by Eugen Rochko
parent 2a27afc656
commit 87dd003ea5

@ -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