Merge branch 'develop' into standalone_develop

This commit is contained in:
2022-11-11 12:25:46 +08:00
3 changed files with 5 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ class FeedbackMessageHistory < ApplicationRecord
unless UserMailer.feedback_email(feedback&.user&.mail, title, content).deliver_now
errors[:title] << '邮件发送失败!'
end
rescue
errors[:title] << '邮件发送失败!'
end
end