Fix: Consider bot message on slack integration (#6793)
This commit is contained in:
@@ -18,6 +18,7 @@ class HookJob < ApplicationJob
|
||||
return unless ['message.created'].include?(event_name)
|
||||
|
||||
message = event_data[:message]
|
||||
|
||||
Integrations::Slack::SendOnSlackService.new(message: message, hook: hook).perform
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user