mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
enh: highlight filename
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
c4b7056f58
commit
7beef657e4
1 changed files with 1 additions and 3 deletions
|
|
@ -96,11 +96,9 @@ class Notifier implements INotifier {
|
|||
$subject,
|
||||
[
|
||||
'name' => [
|
||||
'type' => 'file',
|
||||
'type' => 'highlight',
|
||||
'id' => $node->getId(),
|
||||
'name' => $node->getName(),
|
||||
'path' => $path,
|
||||
'link' => $link,
|
||||
],
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue