diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-08-01 11:18:51 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-08-08 16:29:12 -0700 |
commit | 3b81da97a5bbaa69a80887f61fef52b8262ccac3 (patch) | |
tree | 34da9009dcf4ef0a8a6ca8177d8a86656d144e5a /apps | |
parent | fa7985d0fd78300f7a275fd0e1ab71e487d38a17 (diff) | |
download | nextcloud-server-3b81da97a5bbaa69a80887f61fef52b8262ccac3.tar.gz nextcloud-server-3b81da97a5bbaa69a80887f61fef52b8262ccac3.zip |
enh: highlight filename
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 7beef657e4c6b1b9f24f03a224c61f6cbff6c723)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_reminders/lib/Notification/Notifier.php | 4 |
1 files changed, 1 insertions, 3 deletions
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, ], ], ) |