fix: simplify if conditions for template

This commit is contained in:
aakashb95
2026-01-16 14:16:35 +05:30
parent 24579eb183
commit afea1c44c6
+1 -1
View File
@@ -314,7 +314,7 @@ class Message < ApplicationRecord
set_conversation_activity
dispatch_create_events
send_reply
execute_message_template_hooks unless human_response? || activity?
execute_message_template_hooks if incoming?
update_contact_activity
end