fix: Unescape Slack incoming messages (#2604)
This commit is contained in:
@@ -33,6 +33,7 @@ describe Integrations::Slack::IncomingMessageBuilder do
|
||||
allow(builder).to receive(:sender).and_return(nil)
|
||||
builder.perform
|
||||
expect(conversation.messages.count).to eql(messages_count + 1)
|
||||
expect(conversation.messages.last.content).to eql('this is test https://chatwoot.com Hey @Sojan Test again')
|
||||
end
|
||||
|
||||
it 'does not create message for invalid event type' do
|
||||
|
||||
Reference in New Issue
Block a user