Compare commits

...
Author SHA1 Message Date
Tanmay Deep Sharma 08cefb2bb8 do not send notifications for failed messages 2026-01-27 17:06:04 +05:30
@@ -3,6 +3,7 @@ class Messages::NewMessageNotificationService
def perform
return unless message.notifiable?
return if message.status == 'failed'
notify_conversation_assignee
notify_participating_users