Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module Enterprise::ConversationFinder
|
||||
def conversations_base_query
|
||||
current_account.feature_enabled?('sla') ? super.includes(:applied_sla, :sla_events) : super
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user