fix: Email notifications (#8502)
This commit is contained in:
@@ -9,7 +9,7 @@ class Notification::EmailNotificationService
|
||||
# TODO : Clean up whatever happening over here
|
||||
# Segregate the mailers properly
|
||||
AgentNotifications::ConversationNotificationsMailer.with(account: notification.account).public_send(notification
|
||||
.notification_type.to_s, notification.primary_actor, notification.user).deliver_now
|
||||
.notification_type.to_s, notification.primary_actor, notification.user, notification.secondary_actor).deliver_later
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user