Merge pull request from GHSA-xjvf-fm67-4qc3

pull/30925/head
Claire 6 months ago committed by GitHub
parent 502cf75b16
commit d3a056adfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -104,7 +104,7 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
def find_existing_status
status = status_from_uri(object_uri)
status ||= Status.find_by(uri: @object['atomUri']) if @object['atomUri'].present?
status
status if status&.account_id == @account.id
end
def process_status_params

Loading…
Cancel
Save