mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
enh: highlight filename
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 7beef657e4)
This commit is contained in:
parent
fa7985d0fd
commit
3b81da97a5
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