mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 16:48:59 -04:00
Merge pull request #52577 from nextcloud/backport/52575/stable30
[stable30] fix(notification): Notification in activity shows "Rich subject or a …
This commit is contained in:
commit
58a19ffcae
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class FavoriteProvider implements IProvider {
|
|||
}
|
||||
$parameter = [
|
||||
'type' => 'file',
|
||||
'id' => $subjectParams['id'],
|
||||
'id' => (string) $subjectParams['id'],
|
||||
'name' => basename($subjectParams['path']),
|
||||
'path' => trim($subjectParams['path'], '/'),
|
||||
'link' => $this->url->linkToRouteAbsolute('files.viewcontroller.showFile', ['fileid' => $subjectParams['id']]),
|
||||
|
|
|
|||
Loading…
Reference in a new issue