Fix crash when likes
or shares
collections are not inlined (#34618)
This commit is contained in:
parent
df6b808750
commit
3e5d78cc5b
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue