mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Merge commit '591df1f205c654381203b56d46498efc62370776' into glitch-soc/merge-upstream
This commit is contained in:
@@ -938,7 +938,7 @@ RSpec.describe ActivityPub::Activity::Create do
|
||||
end
|
||||
|
||||
context 'with an unverifiable quote of a known post' do
|
||||
let(:quoted_status) { Fabricate(:status) }
|
||||
let(:quoted_status) { Fabricate(:status, account: Fabricate(:account, domain: 'example.com')) }
|
||||
|
||||
let(:object_json) do
|
||||
build_object(
|
||||
|
||||
Reference in New Issue
Block a user