enh: highlight filename

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2023-08-01 11:18:51 -07:00
parent c4b7056f58
commit 7beef657e4

View file

@ -96,11 +96,9 @@ class Notifier implements INotifier {
$subject,
[
'name' => [
'type' => 'file',
'type' => 'highlight',
'id' => $node->getId(),
'name' => $node->getName(),
'path' => $path,
'link' => $link,
],
],
)