From c81f10538ac430a27d10a1099efb5d9d8a086522 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 1 Aug 2023 11:18:51 -0700 Subject: [PATCH] enh: highlight filename Signed-off-by: Christopher Ng --- apps/files_reminders/lib/Notification/Notifier.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/files_reminders/lib/Notification/Notifier.php b/apps/files_reminders/lib/Notification/Notifier.php index 08aa8b2d67c93..6e639b78c1bbd 100644 --- a/apps/files_reminders/lib/Notification/Notifier.php +++ b/apps/files_reminders/lib/Notification/Notifier.php @@ -96,11 +96,9 @@ public function prepare(INotification $notification, string $languageCode): INot $subject, [ 'name' => [ - 'type' => 'file', + 'type' => 'highlight', 'id' => $node->getId(), 'name' => $node->getName(), - 'path' => $path, - 'link' => $link, ], ], )