Update src/Navigation/Notifications/Repository/Notify.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
@@ -771,7 +771,7 @@ class Notify extends BaseRepository
|
|||||||
$title = '"' . trim(str_replace("\n", " ", $title)) . '"';
|
$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.
|
// 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
|
// Before this we have the name of the replier on the subject rendering
|
||||||
// different subjects for messages on the same thread.
|
// different subjects for messages on the same thread.
|
||||||
|
|||||||
Reference in New Issue
Block a user