mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-02 07:21:24 +00:00
notificaiton: improve NotificationHandlerInterface + mark notification
as unread if a comment is appended
This commit is contained in:
@@ -45,7 +45,7 @@ final class NotificationHandlerManager
|
||||
|
||||
public function getTemplate(Notification $notification, array $options = []): string
|
||||
{
|
||||
return $this->getHandler($notification, $options)->getTemplate($options);
|
||||
return $this->getHandler($notification, $options)->getTemplate($notification, $options);
|
||||
}
|
||||
|
||||
public function getTemplateData(Notification $notification, array $options = []): array
|
||||
|
||||
Reference in New Issue
Block a user