Skip to content

Commit

Permalink
enh: highlight filename
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal authored and backportbot-nextcloud[bot] committed Aug 8, 2023
1 parent 1c9e584 commit c81f105
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/files_reminders/lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],
],
)
Expand Down

0 comments on commit c81f105

Please sign in to comment.