Merge remote-tracking branch 'origin/email-notification_like-in-subject' into email-notification_like-in-subject

This commit is contained in:
Marek Bachmann 2022-12-23 02:38:15 +01:00
commit 8393975cbc
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ class Notify extends BaseRepository
$title = '"' . trim(str_replace("\n", " ", $title)) . '"';
}
// Some mail software rely on subject field for threading.
// Some mail software relies on the subject field for threading.
// So, we cannot have different subjects for notifications of the same thread.
// Before this we have the name of the replier on the subject rendering
// different subjects for messages on the same thread.