chore: Fix emails being sent with the wrong translations (#2236)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-06-08 22:45:01 +05:30
committed by GitHub
parent 67ce6f5704
commit 1bf7227843
15 changed files with 75 additions and 38 deletions

View File

@@ -91,7 +91,7 @@ class User < ApplicationRecord
scope :order_by_full_name, -> { order('lower(name) ASC') }
def send_devise_notification(notification, *args)
devise_mailer.send(notification, self, *args).deliver_later
devise_mailer.with(account: Current.account).send(notification, self, *args).deliver_later
end
def set_password_and_uid