Merge remote-tracking branch 'parent/main' into upstream-20240126

This commit is contained in:
KMY 2024-01-26 11:14:21 +09:00
commit 3dd9591a4b
163 changed files with 3000 additions and 2777 deletions

View file

@ -265,7 +265,7 @@ RSpec.describe ActivityPub::ProcessCollectionService, type: :service do
anything
)
expect(Status.where(uri: 'https://example.com/users/bob/fake-status').exists?).to be false
expect(Status.exists?(uri: 'https://example.com/users/bob/fake-status')).to be false
end
end
end