feat(perf): Cache labels on the conversation model (#8527)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
json.meta do
|
||||
json.labels @conversation.label_list
|
||||
json.labels @conversation.cached_label_list_array
|
||||
json.additional_attributes @conversation.additional_attributes
|
||||
json.contact @conversation.contact.push_event_data
|
||||
json.assignee @conversation.assignee.push_event_data if @conversation.assignee.present?
|
||||
|
||||
Reference in New Issue
Block a user