fix: add label on conversation created event
This commit is contained in:
@@ -115,8 +115,8 @@ class Conversation < ApplicationRecord
|
||||
before_create :ensure_waiting_since
|
||||
|
||||
after_update_commit :execute_after_update_commit_callbacks
|
||||
after_create_commit :notify_conversation_creation
|
||||
after_create_commit :load_attributes_created_by_db_triggers
|
||||
after_create_commit :notify_conversation_creation
|
||||
|
||||
delegate :auto_resolve_after, to: :account
|
||||
|
||||
|
||||
Reference in New Issue
Block a user