feat: Customisable Email Templates (#1095)
This commit is contained in:
@@ -52,8 +52,10 @@ class Conversation < ApplicationRecord
|
||||
|
||||
before_create :set_display_id, unless: :display_id?
|
||||
before_create :set_bot_conversation
|
||||
after_create :notify_conversation_creation
|
||||
after_create_commit :notify_conversation_creation
|
||||
after_save :run_round_robin
|
||||
# wanted to change this to after_update commit. But it ended up creating a loop
|
||||
# reinvestigate in future and identity the implications
|
||||
after_update :notify_status_change, :create_activity
|
||||
|
||||
acts_as_taggable_on :labels
|
||||
|
||||
Reference in New Issue
Block a user