mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
fix(notification): Notification in activity shows "Rich subject or a parameter for ..."
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
112f6f43fb
commit
1d80bcb97c
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,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