Skip to content

Commit

Permalink
Merge pull request #6474 from nextcloud/automated/noid/main-update-ne…
Browse files Browse the repository at this point in the history
…xtcloud-ocp

[main] Update nextcloud/ocp dependency
  • Loading branch information
juliusknorr authored Oct 10, 2024
2 parents a39c890 + ce13589 commit 22b82b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ public function prepare(INotification $notification, string $languageCode): INot
],
'node' => [
'type' => 'file',
'id' => $node->getId(),
'id' => (string)$node->getId(),
'name' => $node->getName(),
'path' => $userFolder->getRelativePath($node->getPath()),
'path' => $userFolder->getRelativePath($node->getPath()) ?? '',
'link' => $fileLink,
],
]);
Expand Down

0 comments on commit 22b82b8

Please sign in to comment.