mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Don't display email addresses in staff action logs for revoked email
This commit is contained in:
@ -156,7 +156,7 @@ module Email
|
||||
elsif bounce_score >= SiteSetting.bounce_score_threshold
|
||||
# NOTE: we check bounce_score before sending emails, nothing to do
|
||||
# here other than log it happened.
|
||||
reason = I18n.t("user.email.revoked", email: user.email, date: user.user_stat.reset_bounce_score_after)
|
||||
reason = I18n.t("user.email.revoked", date: user.user_stat.reset_bounce_score_after)
|
||||
StaffActionLogger.new(Discourse.system_user).log_revoke_email(user, reason)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user