Compare commits

...
Author SHA1 Message Date
Muhsin 5743c05bc8 fix: add label on conversation created event 2025-11-05 11:10:33 +05:30
+1 -1
View File
@@ -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