feat: CSAT for all channels (#2749)
This commit is contained in:
@@ -20,6 +20,7 @@ class Integrations::Dialogflow::ProcessorService
|
||||
end
|
||||
|
||||
def processable_message?(message)
|
||||
# TODO: change from reportable and create a dedicated method for this?
|
||||
return unless message.reportable?
|
||||
return if message.outgoing? && !processable_outgoing_message?(message)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user