Fix Announce activities of unknown statuses not fetching those statuses (#10065)
Regression from #9998
This commit is contained in:
parent
147b4c2c3a
commit
1a1b8170bb
2 changed files with 32 additions and 14 deletions
|
@ -150,8 +150,7 @@ class ActivityPub::Activity
|
|||
end
|
||||
end
|
||||
|
||||
# If the status is not from the actor, try to fetch it
|
||||
return fetch_remote_original_status if value_or_id(first_of_value(@json['attributedTo'])) == @account.uri
|
||||
fetch_remote_original_status
|
||||
end
|
||||
|
||||
def fetch_remote_original_status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue