aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-08-01 11:18:51 -0700
committerChristopher Ng <chrng8@gmail.com>2023-08-03 15:30:11 -0700
commit7beef657e4c6b1b9f24f03a224c61f6cbff6c723 (patch)
treed4ee0a3987bd9bbee956ee70dca99bf57bf167ca /apps/files_reminders/lib
parentc4b7056f58e3f7773ac95dfc38bf46217b91b8c0 (diff)
downloadnextcloud-server-7beef657e4c6b1b9f24f03a224c61f6cbff6c723.tar.gz
nextcloud-server-7beef657e4c6b1b9f24f03a224c61f6cbff6c723.zip
enh: highlight filename
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files_reminders/lib')
-rw-r--r--apps/files_reminders/lib/Notification/Notifier.php4
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,
],
],
)