feat: Support link unfurling for all the channels within the same connected channel account. (#8033)

This commit is contained in:
Muhsin Keloth
2023-10-08 17:55:03 +05:30
committed by GitHub
parent 1b63adfb2e
commit 26e8877cd9
6 changed files with 130 additions and 22 deletions

View File

@@ -163,7 +163,7 @@ describe Integrations::Slack::IncomingMessageBuilder do
it 'unfurls link' do
builder = described_class.new(link_shared)
expect(SlackUnfurlJob).to receive(:perform_later).with(link_shared, hook)
expect(SlackUnfurlJob).to receive(:perform_later).with(link_shared)
builder.perform
end
end