From 3b81da97a5bbaa69a80887f61fef52b8262ccac3 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 1 Aug 2023 11:18:51 -0700 Subject: enh: highlight filename Signed-off-by: Christopher Ng (cherry picked from commit 7beef657e4c6b1b9f24f03a224c61f6cbff6c723) --- apps/files_reminders/lib/Notification/Notifier.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/files_reminders/lib/Notification/Notifier.php b/apps/files_reminders/lib/Notification/Notifier.php index 08aa8b2d67c..6e639b78c1b 100644 --- a/apps/files_reminders/lib/Notification/Notifier.php +++ b/apps/files_reminders/lib/Notification/Notifier.php @@ -96,11 +96,9 @@ class Notifier implements INotifier { $subject, [ 'name' => [ - 'type' => 'file', + 'type' => 'highlight', 'id' => $node->getId(), 'name' => $node->getName(), - 'path' => $path, - 'link' => $link, ], ], ) -- cgit v1.2.3