mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 00:44:53 +08:00
Why this change? Prior to this change, the ordering of the tags shown in the email subject was non-deterministic as there was no specific order specified. This problem was exposed by a flaky test which we had. What is the fix? This commit orders the tags used in the email subject first by the `Tag#public_topic_count` column in descending order and then the `Tag#name` column in ascending order. |
||
|---|---|---|
| .. | ||
| admin_confirmation_mailer.rb | ||
| download_backup_mailer.rb | ||
| group_smtp_mailer.rb | ||
| invite_mailer.rb | ||
| rejection_mailer.rb | ||
| subscription_mailer.rb | ||
| test_mailer.rb | ||
| user_notifications.rb | ||
| version_mailer.rb | ||