Fix crash when likes or shares collections are not inlined (#34618)

This commit is contained in:
Claire 2025-05-06 09:39:26 +02:00 committed by GitHub
parent df6b808750
commit 3e5d78cc5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ RSpec.describe ActivityPub::Parser::StatusParser do
type: 'Create',
actor: ActivityPub::TagManager.instance.uri_for(sender),
object: object_json,
}.with_indifferent_access
}.deep_stringify_keys
end
let(:object_json) do