Merge remote-tracking branch 'parent/main' into upstream-20240716
This commit is contained in:
commit
adee1645a3
203 changed files with 1707 additions and 1067 deletions
|
@ -62,7 +62,7 @@ RSpec.describe UpdateStatusService do
|
|||
end
|
||||
end
|
||||
|
||||
context 'when content warning changes and has remote user', :sidekiq_inline do
|
||||
context 'when content warning changes and has remote user', :inline_jobs do
|
||||
let(:remote_follower) { Fabricate(:account, domain: 'example.com', uri: 'https://example.com/actor', protocol: :activitypub, inbox_url: 'https://example.com/inbox') }
|
||||
let(:status) { Fabricate(:status, text: 'Foo', spoiler_text: '', account: Fabricate(:user).account) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue